Searched defs:kLinkKeyProperties (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/bt/gd/storage/ | ||
H A D | le_device.h | 73 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable |
H A D | classic_device.h | 77 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable |
H A D | le_device.cc | 33 const std::unordered_set<std::string_view> LeDevice::kLinkKeyProperties = { member in bluetooth::storage::LeDevice |
H A D | classic_device.cc | 26 const std::unordered_set<std::string_view> ClassicDevice::kLinkKeyProperties = {"LinkKey"}; member in bluetooth::storage::ClassicDevice |
H A D | device.h | 170 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable |
H A D | device.cc | 70 const std::unordered_set<std::string_view> Device::kLinkKeyProperties = { member in bluetooth::storage::Device |