Searched refs:remove_device_from_connect_list (Results 1 – 3 of 3) sorted by relevance
160 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
227 CallOn(pimpl_->le_impl_, &le_impl::remove_device_from_connect_list, address_with_type); in RemoveDeviceFromConnectList()
345 TEST_F(LeAddressManagerWithSingleClientTest, remove_device_from_connect_list) { in TEST_F() argument