Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dconfig_cache.cc295 std::vector<std::string> paired_devices; in GetPersistentSections() local
296 paired_devices.reserve(persistent_devices_.size()); in GetPersistentSections()
298 paired_devices.emplace_back(elem.first); in GetPersistentSections()
300 return paired_devices; in GetPersistentSections()