Home
last modified time | relevance | path

Searched refs:leBondBlock (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_conn.c418 LeBondBlock *leBondBlock = GapGetLeBondBlock(); in GapLeDeviceNeedBond() local
419 …return (leBondBlock->isPairing == true) && (GapAddrCompare(&deviceInfo->addr, &leBondBlock->addr)); in GapLeDeviceNeedBond()
486 LeBondBlock *leBondBlock = GapGetLeBondBlock(); in GapLeConnectionComplete() local
487 if (leBondBlock->isPairing == true && GapAddrCompare(addr, &leBondBlock->addr)) { in GapLeConnectionComplete()
H A Dgap_le_sec.c801 LeBondBlock *leBondBlock = GapGetLeBondBlock(); in GapClearPairingStatus() local
802 if (GapAddrCompare(addr, &leBondBlock->addr)) { in GapClearPairingStatus()
803 leBondBlock->isPairing = false; in GapClearPairingStatus()
859 LeBondBlock *leBondBlock = GapGetLeBondBlock(); in GAP_LePair() local
860 if (leBondBlock->isPairing) { in GAP_LePair()
871 leBondBlock->isPairing = true; in GAP_LePair()
872 (void)memcpy_s(&leBondBlock->addr, sizeof(BtAddr), addr, sizeof(BtAddr)); in GAP_LePair()
886 LeBondBlock *leBondBlock = GapGetLeBondBlock(); in GAP_LeCancelPair() local
887 if (!leBondBlock->isPairing) { in GAP_LeCancelPair()