Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.h86 bool SetPeerCsrk(const std::string &section, const std::string &csrk) const;
H A Dble_config.cpp462 bool BleConfig::SetPeerCsrk(const std::string &section, const std::string &csrk) const in SetPeerCsrk() function in OHOS::bluetooth::BleConfig
H A Dble_security.cpp505 …ret &= BleConfig::GetInstance().SetPeerCsrk(addr.GetAddress(), BleUtils::ConvertIntToHexString(csr… in SavePeerPairKey()