Searched refs:GAP_OOB_DATA_SIZE (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | gap_comm.h | 47 #define GAP_OOB_DATA_SIZE 0x10 /// bluetooth OOB data size macro
|
H A D | gap_le_if.h | 883 …API int GAPIF_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
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_sec.c | 1002 int GAP_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]) in GAP_LePairOobRsp() argument 1033 int GAP_LePairScOobRsp(const BtAddr *addr, uint8_t accept, const uint8_t oobDataC[GAP_OOB_DATA_SIZE… in GAP_LePairScOobRsp() argument 1034 const uint8_t oobDataR[GAP_OOB_DATA_SIZE]) in GAP_LePairScOobRsp() argument
|
H A D | gap_sm_receive.c | 102 valueLength = GAP_OOB_DATA_SIZE; in GapAllocLeAuthenticationRequestValue()
|
H A D | gap_le_if.c | 1583 int GAPIF_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]) in GAPIF_LePairOobRsp() argument
|