Searched refs:leBondBlock (Results 1 – 2 of 2) sorted by relevance
418 LeBondBlock *leBondBlock = GapGetLeBondBlock(); in GapLeDeviceNeedBond() local419 …return (leBondBlock->isPairing == true) && (GapAddrCompare(&deviceInfo->addr, &leBondBlock->addr)); in GapLeDeviceNeedBond()486 LeBondBlock *leBondBlock = GapGetLeBondBlock(); in GapLeConnectionComplete() local487 if (leBondBlock->isPairing == true && GapAddrCompare(addr, &leBondBlock->addr)) { in GapLeConnectionComplete()
801 LeBondBlock *leBondBlock = GapGetLeBondBlock(); in GapClearPairingStatus() local802 if (GapAddrCompare(addr, &leBondBlock->addr)) { in GapClearPairingStatus()803 leBondBlock->isPairing = false; in GapClearPairingStatus()859 LeBondBlock *leBondBlock = GapGetLeBondBlock(); in GAP_LePair() local860 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() local887 if (!leBondBlock->isPairing) { in GAP_LeCancelPair()