Home
last modified time | relevance | path

Searched refs:oobData (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c161 GapOOBData oobData; in GapLeSecureConnectionOOBProcess() local
163 if (memcpy_s(oobData.R, in GapLeSecureConnectionOOBProcess()
165 LOG_WARN("%{public}s: memcpy_s oobData.R fail.", __FUNCTION__); 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() argument
1019 ret = SMP_AuthenticationRequestReply(deviceInfo->handle, true, 0x00, deviceInfo->pairMethod, oobData); in GAP_LePairOobRsp()
H A Dgap_le.h480 * @param[in] oobData legacy OOB data
484 int GAP_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]);
H A Dgap_le_if.c198 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() argument
1595 ctx->oobData = oobData; in GAPIF_LePairOobRsp()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h408 void (*lePairScOobNotification)(const BtAddr *addr, GapOOBData *oobData, void *context);
879 * @param[in] oobData legacy OOB data
883 BTSTACK_API int GAPIF_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]);

Completed in 7 milliseconds