Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp567 if (it != pimpl->peerConnDeviceList_.end()) { in ReadRemoteDeviceNameByGatt()
601 if (it != pimpl->peerConnDeviceList_.end()) { in GetDeviceUuids()
613 … for (auto it = pimpl->peerConnDeviceList_.begin(); it != pimpl->peerConnDeviceList_.end(); it++) { in GetPairedDevices()
628 … for (auto it = pimpl->peerConnDeviceList_.begin(); it != pimpl->peerConnDeviceList_.end(); it++) { in GetConnectedDevices()
648 if (it != pimpl->peerConnDeviceList_.end()) { in StartPair()
673 if (it != pimpl->peerConnDeviceList_.end()) { in CancelPairing()
767 auto it = pimpl->peerConnDeviceList_.begin(); in RemoveAllPairs()
785 pimpl->peerConnDeviceList_.erase(it++); in RemoveAllPairs()
807 if (it != pimpl->peerConnDeviceList_.end()) { in IsRemovePairedDevice()
1189 pimpl->peerConnDeviceList_.clear(); in ClearPeerDeviceInfo()
[all …]