Home
last modified time | relevance | path

Searched refs:SetBleSecurity (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_properties.cpp291 bool BleProperties::SetBleSecurity(bool security) in SetBleSecurity() function in OHOS::bluetooth::BleProperties
295 return BleConfig::GetInstance().SetBleSecurity(security); in SetBleSecurity()
315 ret &= SetBleSecurity(BLE_DEFAULT_SECURITY); in SaveDefaultValues()
H A Dble_properties.h74 static bool SetBleSecurity(bool security);
H A Dble_config.h59 bool SetBleSecurity(bool security) const;
H A Dble_config.cpp258 bool BleConfig::SetBleSecurity(bool security) const in SetBleSecurity() function in OHOS::bluetooth::BleConfig