Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dle_impl.h366 void add_device_to_connect_list(AddressWithType address_with_type) { in add_device_to_connect_list() function
412 add_device_to_connect_list(address_with_type); in create_le_connection()
/system/bt/gd/hci/
Dacl_manager.cc216 CallOn(pimpl_->le_impl_, &le_impl::add_device_to_connect_list, address_with_type); in AddDeviceToConnectList()
Dle_address_manager_test.cc329 TEST_F(LeAddressManagerWithSingleClientTest, add_device_to_connect_list) { in TEST_F() argument