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