Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.h85 bool SetPeerIrk(const std::string &section, const std::string &irk) const;
H A Dble_config.cpp451 bool BleConfig::SetPeerIrk(const std::string &section, const std::string &irk) const in SetPeerIrk() function in OHOS::bluetooth::BleConfig
H A Dble_security.cpp499 …ret &= BleConfig::GetInstance().SetPeerIrk(addr.GetAddress(), BleUtils::ConvertIntToHexString(irk)… in SavePeerPairKey()