Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.h132 virtual void AddDeviceToRelaxedConnectionIntervalList(const Address address);
Dacl_manager.cc361 void AclManager::AddDeviceToRelaxedConnectionIntervalList(const Address address) { in AddDeviceToRelaxedConnectionIntervalList() function in bluetooth::hci::AclManager
Ddistance_measurement_manager_test.cc65 void AddDeviceToRelaxedConnectionIntervalList(const Address /*address*/) override {} in AddDeviceToRelaxedConnectionIntervalList() function in bluetooth::hci::__anoncada9abe0211::TestAclManager
Ddistance_measurement_manager.cc467 acl_manager_->AddDeviceToRelaxedConnectionIntervalList(cs_remote_address); in start_distance_measurement_with_cs()