Searched refs:GetPeerIdentityAddr (Results 1 – 4 of 4) sorted by relevance
92 std::string GetPeerIdentityAddr(const std::string §ion) const;
1227 (BleConfig::GetInstance().GetPeerIdentityAddr(device.GetAddress()).empty())) { in SavePeerDevices2BTM()1239 std::string addr = BleConfig::GetInstance().GetPeerIdentityAddr(device.GetAddress()); in SavePeerDevices2BTM()1400 RawAddress peerDevice(BleConfig::GetInstance().GetPeerIdentityAddr(device.GetAddress())); in LePairComplete()
593 std::string BleConfig::GetPeerIdentityAddr(const std::string §ion) const in GetPeerIdentityAddr() function in OHOS::bluetooth::BleConfig
436 … std::string peerIdentityAddr = BleConfig::GetInstance().GetPeerIdentityAddr(rawAddr.GetAddress()); in SavePairKeyNotify()