Home
last modified time | relevance | path

Searched refs:GetDeviceByLegacyKey (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/storage/
Dstorage_module.h83 Device GetDeviceByLegacyKey(hci::Address legacy_key_address);
Dstorage_module.cc194 Device StorageModule::GetDeviceByLegacyKey(hci::Address legacy_key_address) { in GetDeviceByLegacyKey() function in bluetooth::storage::StorageModule
/system/bt/main/shim/
Dle_scanning_manager.cc464 storage_module->GetDeviceByLegacyKey(address); in handle_remote_properties()
/system/bt/gd/hci/
Dhci_metrics_logging.cc853 const storage::Device device = storage_module->GetDeviceByLegacyKey(address); in log_remote_device_information()