Searched refs:GetPairedStatus (Results 1 – 6 of 6) sorted by relevance
155 if (device.second->GetPairedStatus() == PAIR_PAIRING) { in DisablePairProcess()1179 if (remoteDevice->GetPairedStatus() == PAIR_CANCELING) { in SSPConfirmReq()1202 if (remoteDevice->GetPairedStatus() == PAIR_CANCELING) { in PinCodeReq()1207 …if ((remoteDevice->GetPairedStatus() != PAIR_PAIRING) && (remoteDevice->GetPairedStatus() != PAIR_… in PinCodeReq()1811 if (remoteDevice->GetPairedStatus() == PAIR_PAIRING) { in StartPair()1926 pairState = it->second->GetPairedStatus(); in GetPairState()1941 (it->second->GetPairedStatus() == PAIR_NONE)) { in SetDevicePairingConfirmation()1968 (it->second->GetPairedStatus() == PAIR_PAIRED)) { in SetDevicePasskey()2186 …if ((remoteDevice->GetPairedStatus() != PAIR_PAIRING) && (remoteDevice->GetPairedStatus() != PAIR_… in SetIoCapability()2217 (it->second->GetPairedStatus() == PAIR_PAIRED)) { in SetDevicePin()[all …]
124 int GetPairedStatus() const;
221 int ClassicRemoteDevice::GetPairedStatus() const in GetPairedStatus() function in OHOS::bluetooth::ClassicRemoteDevice
614 if (BLE_PAIR_PAIRED == it->second.GetPairedStatus()) { in GetPairedDevices()650 if (BLE_PAIR_PAIRING == it->second.GetPairedStatus()) { in StartPair()674 int pairState = it->second.GetPairedStatus(); in CancelPairing()710 …if ((it == pimpl->peerConnDeviceList_.end()) || (it->second.GetPairedStatus() != BLE_PAIR_PAIRED))… in RemovePairWithDisConnect()769 if (it->second.GetPairedStatus() != BLE_PAIR_PAIRED) { in RemoveAllPairs()847 int pairStatus = it->second.GetPairedStatus(); in SetDevicePasskey()915 pairState = it->second.GetPairedStatus(); in GetPairState()957 int pairStatus = it->second.GetPairedStatus(); in SetDevicePairingConfirmation()1166 if (it->second.GetPairedStatus() != BLE_PAIR_PAIRED) { in SavePeerDeviceInfoToConf()1336 if ((it->second.GetPairedStatus() == BLE_PAIR_PAIRED) && (pimpl->bleSecurity_ != nullptr)) { in LeConnectionCompleteTask()
1081 uint8_t GetPairedStatus() const;
1410 uint8_t BlePeripheralDevice::GetPairedStatus() const in GetPairedStatus() function in OHOS::bluetooth::BlePeripheralDevice