Home
last modified time | relevance | path

Searched refs:PROPERTY_BLE_SECURITY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.cpp189 bool ret = config_->GetValue(SECTION_HOST, PROPERTY_BLE_SECURITY, sc); in GetBleSecurity()
262 bool ret = config_->SetValue(SECTION_HOST, PROPERTY_BLE_SECURITY, security); in SetBleSecurity()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_device_config.h54 const std::string PROPERTY_BLE_SECURITY = "BleSecurity"; variable