Home
last modified time | relevance | path

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 Dgap_comm.h47 #define GAP_OOB_DATA_SIZE 0x10 /// bluetooth OOB data size macro
H A Dgap_le_if.h883 …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 Dgap_le.h484 int GAP_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]);
H A Dgap_le_sec.c1002 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 Dgap_sm_receive.c102 valueLength = GAP_OOB_DATA_SIZE; in GapAllocLeAuthenticationRequestValue()
H A Dgap_le_if.c1583 int GAPIF_LePairOobRsp(const BtAddr *addr, uint8_t accept, uint8_t oobData[GAP_OOB_DATA_SIZE]) in GAPIF_LePairOobRsp() argument