Searched defs:kLinkKeyProperties (Results 1 – 6 of 6) sorted by relevance
| /packages/modules/Bluetooth/system/gd/storage/ | ||
| D | le_device.h | 79 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable |
| D | classic_device.h | 83 static const std::unordered_set<std::string_view> kLinkKeyProperties; variable |
| D | classic_device.cc | 26 const std::unordered_set<std::string_view> ClassicDevice::kLinkKeyProperties = {"LinkKey"}; member in bluetooth::storage::ClassicDevice |
| D | le_device.cc | 33 const std::unordered_set<std::string_view> LeDevice::kLinkKeyProperties = { member in bluetooth::storage::LeDevice |
| D | device.h | 176 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 |