Home
last modified time | relevance | path

Searched refs:SetPasskey (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_properties.cpp238 bool BleProperties::SetPasskey(const std::string &passkey) in SetPasskey() function in OHOS::bluetooth::BleProperties
242 return BleConfig::GetInstance().SetPasskey(passkey); in SetPasskey()
279 ret &= SetPasskey(BLE_DEFAULT_LOCAL_PASSKEY); in SaveDefaultValues()
H A Dble_properties.h69 static bool SetPasskey(const std::string &passkey);
H A Dble_config.h56 bool SetPasskey(const std::string &passkey) const;
H A Dble_config.cpp149 bool BleConfig::SetPasskey(const std::string &passkey) const in SetPasskey() function in OHOS::bluetooth::BleConfig

Completed in 3 milliseconds