Searched refs:remove_device_from_connect_list (Results 1 – 3 of 3) sorted by relevance
127 remove_device_from_connect_list(remote_address); in on_le_connection_complete()183 remove_device_from_connect_list(remote_address); in on_le_enhanced_connection_complete()359 remove_device_from_connect_list(address_with_type); in cancel_connect()362 void remove_device_from_connect_list(AddressWithType address_with_type) { in remove_device_from_connect_list() function
197 CallOn(pimpl_->le_impl_, &le_impl::remove_device_from_connect_list, address_with_type); in RemoveDeviceFromConnectList()
335 TEST_F(LeAddressManagerWithSingleClientTest, remove_device_from_connect_list) { in TEST_F() argument