Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Ddevice.cc50 …for (const auto& section_and_property : config->GetSectionNamesWithProperty(kLeIdentityAddressKey)… in GetConfigSection() local
51 if (section_and_property.property == key_address_string) { in GetConfigSection()
52 return section_and_property.section; in GetConfigSection()
57 …for (const auto& section_and_property : config->GetSectionNamesWithProperty(kLeLegacyPseudoAddr)) { in GetConfigSection() local
58 if (section_and_property.property == key_address_string) { in GetConfigSection()
59 return section_and_property.section; in GetConfigSection()