Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.h89 std::string GetPeerLtk(const std::string &section) const;
H A Dble_config.cpp557 std::string BleConfig::GetPeerLtk(const std::string &section) const in GetPeerLtk() function in OHOS::bluetooth::BleConfig
H A Dble_security.cpp566 std::string ltk = BleConfig::GetInstance().GetPeerLtk(addr.GetAddress()); in GapLeRemoteEncryptionKeyReqEvent()