Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Ddevice.cc40 …ConfigCache* config, const hci::Address& key_address, Device::ConfigKeyAddressType key_address_typ… in GetConfigSection() argument
42 log::assert_that(!key_address.IsEmpty(), "key_address cannot be empty"); in GetConfigSection()
44 auto key_address_string = key_address.ToString(); in GetConfigSection()
78 const hci::Address& key_address, in Device() argument
80 : Device(config, memory_only_config, GetConfigSection(config, key_address, key_address_type)) {} in Device()
Ddevice.h117 const hci::Address& key_address,