Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.h73 std::string GetLocalLtk(const std::string &section) const;
H A Dble_config.cpp497 std::string BleConfig::GetLocalLtk(const std::string &section) const in GetLocalLtk() function in OHOS::bluetooth::BleConfig
H A Dble_security.cpp537 std::string ltk = BleConfig::GetInstance().GetLocalLtk(addr.GetAddress()); in GapLeLocalEncryptionKeyReqEvent()