Home
last modified time | relevance | path

Searched refs:GapGetLeBondBlock (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c399 bool isPairing = GapGetLeBondBlock()->isPairing; in GapLePairResult()
401 (void)memcpy_s(&addr, sizeof(BtAddr), &GapGetLeBondBlock()->addr, sizeof(BtAddr)); in GapLePairResult()
600 GapGetLeBondBlock()->isPairing = true; in GAP_LeRemoteEncryptionKeyRsp()
601 (void)memcpy_s(&GapGetLeBondBlock()->addr, sizeof(BtAddr), addr, sizeof(BtAddr)); in GAP_LeRemoteEncryptionKeyRsp()
607 GapGetLeBondBlock()->isPairing = true; in GAP_LeRemoteEncryptionKeyRsp()
608 (void)memcpy_s(&GapGetLeBondBlock()->addr, sizeof(BtAddr), addr, sizeof(BtAddr)); in GAP_LeRemoteEncryptionKeyRsp()
801 LeBondBlock *leBondBlock = GapGetLeBondBlock(); in GapClearPairingStatus()
859 LeBondBlock *leBondBlock = GapGetLeBondBlock(); in GAP_LePair()
886 LeBondBlock *leBondBlock = GapGetLeBondBlock(); in GAP_LeCancelPair()
H A Dgap_le_conn.c418 LeBondBlock *leBondBlock = GapGetLeBondBlock(); in GapLeDeviceNeedBond()
486 LeBondBlock *leBondBlock = GapGetLeBondBlock(); in GapLeConnectionComplete()
H A Dgap_internal.h137 LeBondBlock *GapGetLeBondBlock(void);
H A Dgap.c360 LeBondBlock *GapGetLeBondBlock(void) in GapGetLeBondBlock() function