Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c399 bool isPairing = GapGetLeBondBlock()->isPairing; in GapLePairResult() local
400 if (deviceInfo == NULL && isPairing == true) { in GapLePairResult()
406 if (deviceInfo != NULL || isPairing) { in GapLePairResult()
600 GapGetLeBondBlock()->isPairing = true; in GAP_LeRemoteEncryptionKeyRsp()
607 GapGetLeBondBlock()->isPairing = true; in GAP_LeRemoteEncryptionKeyRsp()
803 leBondBlock->isPairing = false; in GapClearPairingStatus()
860 if (leBondBlock->isPairing) { in GAP_LePair()
871 leBondBlock->isPairing = true; in GAP_LePair()
887 if (!leBondBlock->isPairing) { in GAP_LeCancelPair()
[all...]
H A Dgap_le_conn.c419 return (leBondBlock->isPairing == true) && (GapAddrCompare(&deviceInfo->addr, &leBondBlock->addr)); in GapLeDeviceNeedBond()
487 if (leBondBlock->isPairing == true && GapAddrCompare(addr, &leBondBlock->addr)) { in GapLeConnectionComplete()
H A Dgap_def.h313 bool isPairing; member
H A Dgap.c200 g_gapMng.le.bondBlock.isPairing = false; in GapDisableTask()

Completed in 5 milliseconds