Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.h92 std::string GetPeerIdentityAddr(const std::string &section) const;
H A Dble_adapter.cpp1227 (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()
H A Dble_config.cpp593 std::string BleConfig::GetPeerIdentityAddr(const std::string &section) const in GetPeerIdentityAddr() function in OHOS::bluetooth::BleConfig
H A Dble_security.cpp436 … std::string peerIdentityAddr = BleConfig::GetInstance().GetPeerIdentityAddr(rawAddr.GetAddress()); in SavePairKeyNotify()