Searched refs:SECTION_BREDR_PAIRED_LIST (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_config.cpp | 161 if (!config_->GetSubSections(SECTION_BREDR_PAIRED_LIST, pairedList)) { in GetPairedAddrList() 171 if (!config_->GetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_DEVICE_NAME, name)) { in GetRemoteName() 181 if (!config_->GetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_ALIAS_NAME, name)) { in GetRemoteAlias() 191 if (!config_->GetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_LINK_KEY, key)) { in GetRemoteLinkkey() 201 if (!config_->GetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_DEVICE_TYPE, type)) { in GetRemoteDeviceType() 211 if (!config_->GetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_LINK_KEY_TYPE, type)) { in GetRemoteLinkkeyType() 221 if (!config_->GetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_CLASS_OF_DEVICE, cod)) { in GetRemoteDeviceClass() 231 if (!config_->GetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_IO_CAPABILITY, io)) { in GetRemoteDeviceIoCapability() 240 if (!config_->SetValue(SECTION_BREDR_PAIRED_LIST, subSection, PROPERTY_DEVICE_NAME, name)) { in SetRemoteName() 250 if (!config_->SetValue(SECTION_BREDR_PAIRED_LIST, subSectio in SetRemoteAlias() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | adapter_device_config.h | 84 const std::string SECTION_BREDR_PAIRED_LIST = "Classic Paired Device List"; member
|
Completed in 2 milliseconds