Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_config.cpp62 if (!config_->GetValue(SECTION_HOST, PROPERTY_DEVICE_NAME, name)) { in GetLocalName()
71 if (!config_->SetValue(SECTION_HOST, PROPERTY_DEVICE_NAME, name)) { in SetLocalName()
171 if (!config_->GetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_DEVICE_NAME, name)) { in GetRemoteName()
240 if (!config_->SetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_DEVICE_NAME, name)) { in SetRemoteName()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.cpp61 bool ret = config_->GetValue(SECTION_HOST, PROPERTY_DEVICE_NAME, name); in GetLocalName()
72 bool ret = config_->SetValue(SECTION_HOST, PROPERTY_DEVICE_NAME, name); in SetLocalName()
646 bool ret = config_->GetValue(SECTION_BLE_PAIRED_LIST, subSection, PROPERTY_DEVICE_NAME, name); in GetPeerName()
693 bool ret = config_->SetValue(SECTION_BLE_PAIRED_LIST, subSection, PROPERTY_DEVICE_NAME, name); in SetPeerName()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_device_config.h32 const std::string PROPERTY_DEVICE_NAME = "DeviceName"; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp251 AdapterDeviceConfig::GetInstance()->GetValue(SECTION_HOST, PROPERTY_DEVICE_NAME, result); in GetDeviceName()

Completed in 4 milliseconds