Searched refs:PAIR_CANCELING (Results 1 – 3 of 3) sorted by relevance
1179 if (remoteDevice->GetPairedStatus() == PAIR_CANCELING) { in SSPConfirmReq()1202 if (remoteDevice->GetPairedStatus() == PAIR_CANCELING) { in PinCodeReq()1207 …evice->GetPairedStatus() != PAIR_PAIRING) && (remoteDevice->GetPairedStatus() != PAIR_CANCELING)) { in PinCodeReq()1846 it->second->SetPairedStatus(PAIR_CANCELING); in CancelPairing()1950 if (it->second->GetPairedStatus() == PAIR_CANCELING || accept == false) { in SetDevicePairingConfirmation()1977 if (it->second->GetPairedStatus() == PAIR_CANCELING || accept == false) { in SetDevicePasskey()2091 (device.second->GetPairedStatus() == PAIR_CANCELING)) { in ReceiveDisconnectionComplete()2186 …evice->GetPairedStatus() != PAIR_PAIRING) && (remoteDevice->GetPairedStatus() != PAIR_CANCELING)) { in SetIoCapability()2194 if (remoteDevice->GetPairedStatus() == PAIR_CANCELING) { in SetIoCapability()2231 if (it->second->GetPairedStatus() == PAIR_CANCELING) { in SetDevicePin()
48 constexpr int PAIR_CANCELING = 0x04; variable
212 if (PAIR_NONE > status || PAIR_CANCELING < status) { in SetPairedStatus()