Home
last modified time | relevance | path

Searched defs:kLinkKeyProperties (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/gd/storage/
H A Dle_device.h73 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable
H A Dclassic_device.h77 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable
H A Dle_device.cc33 const std::unordered_set<std::string_view> LeDevice::kLinkKeyProperties = { member in bluetooth::storage::LeDevice
H A Dclassic_device.cc26 const std::unordered_set<std::string_view> ClassicDevice::kLinkKeyProperties = {"LinkKey"}; member in bluetooth::storage::ClassicDevice
H A Ddevice.h170 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable
H A Ddevice.cc70 const std::unordered_set<std::string_view> Device::kLinkKeyProperties = { member in bluetooth::storage::Device