Searched refs:oobData (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_sec.c | 161 GapOOBData oobData; in GapLeSecureConnectionOOBProcess() local 163 if (memcpy_s(oobData.R, in GapLeSecureConnectionOOBProcess() 168 if (memcpy_s(oobData.C, in GapLeSecureConnectionOOBProcess() 175 … g_lePairCallback.callback.lePairScOobNotification(addr, &oobData, g_lePairCallback.context); in GapLeSecureConnectionOOBProcess() 1002 int GAP_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]) in GAP_LePairOobRsp() 1019 … = SMP_AuthenticationRequestReply(deviceInfo->handle, true, 0x00, deviceInfo->pairMethod, oobData); in GAP_LePairOobRsp()
|
H A D | gap_le.h | 484 int GAP_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]);
|
H A D | gap_le_if.c | 198 uint8_t *oobData; member 1580 info->result = GAP_LePairOobRsp(info->addr, info->accept, info->oobData); in GapLePairOobRsptask() 1583 int GAPIF_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]) in GAPIF_LePairOobRsp() 1595 ctx->oobData = oobData; in GAPIF_LePairOobRsp()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | gap_le_if.h | 408 void (*lePairScOobNotification)(const BtAddr *addr, GapOOBData *oobData, void *context); 883 BTSTACK_API int GAPIF_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA…
|