Home
last modified time | relevance | path

Searched refs:remove_device_from_connect_list (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/hci/acl_manager/
Dle_impl.h160 remove_device_from_connect_list(remote_address); in on_le_connection_complete()
218 remove_device_from_connect_list(remote_address); in on_le_enhanced_connection_complete()
513 remove_device_from_connect_list(address_with_type); in cancel_connect()
522 void remove_device_from_connect_list(AddressWithType address_with_type) { in remove_device_from_connect_list() function
/system/bt/gd/hci/
Dacl_manager.cc227 CallOn(pimpl_->le_impl_, &le_impl::remove_device_from_connect_list, address_with_type); in RemoveDeviceFromConnectList()
Dle_address_manager_test.cc345 TEST_F(LeAddressManagerWithSingleClientTest, remove_device_from_connect_list) { in TEST_F() argument