Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.h67 bool SetLocalKeySize(const std::string &section, const std::string &keysize) const;
H A Dble_config.cpp336 bool BleConfig::SetLocalKeySize(const std::string &section, const std::string &keysize) const in SetLocalKeySize() function in OHOS::bluetooth::BleConfig
H A Dble_security.cpp462 ret &= BleConfig::GetInstance().SetLocalKeySize( in SaveLocalPairKey()