Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.h80 bool SetPeerKeyType(const std::string &section, const std::string &keytype) const;
H A Dble_config.cpp386 bool BleConfig::SetPeerKeyType(const std::string &section, const std::string &keytype) const in SetPeerKeyType() function in OHOS::bluetooth::BleConfig
H A Dble_security.cpp812 …BleConfig::GetInstance().SetPeerKeyType(addr.GetAddress(), std::to_string(param.lePairComplete_.ke… in GapLePairComplete()