Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Ddevice.cc38 …ConfigCache* config, const hci::Address& key_address, Device::ConfigKeyAddressType key_address_typ… in GetConfigSection() argument
40 ASSERT_LOG(!key_address.IsEmpty(), "key_address cannot be empty"); in GetConfigSection()
42 auto key_address_string = key_address.ToString(); in GetConfigSection()
76 const hci::Address& key_address, in Device() argument
78 : Device(config, memory_only_config, GetConfigSection(config, key_address, key_address_type)) {} in Device()
Ddevice.h115 const hci::Address& key_address,