Searched refs:key_address (Results 1 – 2 of 2) sorted by relevance
40 …ConfigCache* config, const hci::Address& key_address, Device::ConfigKeyAddressType key_address_typ… in GetConfigSection() argument42 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() argument80 : Device(config, memory_only_config, GetConfigSection(config, key_address, key_address_type)) {} in Device()
117 const hci::Address& key_address,