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