Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le.h490 * @param[in] oobDataC Secure connection OOB confirm data
495 int GAP_LePairScOobRsp(const BtAddr *addr, uint8_t accept, const uint8_t oobDataC[GAP_OOB_DATA_CONFIRM_SIZE],
H A Dgap_le_if.c205 uint8_t *oobDataC; member
1609 info->result = GAP_LePairScOobRsp(info->addr, info->accept, info->oobDataC, info->oobDataR); in GapLePairScOobRsptask()
1612 int GAPIF_LePairScOobRsp(const BtAddr *addr, uint8_t accept, const uint8_t oobDataC[GAP_OOB_DATA_CONFIRM_SIZE], in GAPIF_LePairScOobRsp() argument
1625 ctx->oobDataC = (uint8_t *)oobDataC; in GAPIF_LePairScOobRsp()
H A Dgap_le_sec.c1033 int GAP_LePairScOobRsp(const BtAddr *addr, uint8_t accept, const uint8_t oobDataC[GAP_OOB_DATA_SIZE], in GAP_LePairScOobRsp() argument
1058 (void)memcpy_s(smData + offset, length - offset, oobDataC, GAP_OOB_DATA_CONFIRM_SIZE); in GAP_LePairScOobRsp()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h889 * @param[in] oobDataC Secure connection OOB confirm data
895 const uint8_t oobDataC[GAP_OOB_DATA_CONFIRM_SIZE], const uint8_t oobDataR[GAP_OOB_DATA_RANDOM_SIZE]);

Completed in 8 milliseconds