Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/acl_manager/
H A 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()
/aosp12/system/bt/gd/hci/
H A Dacl_manager.cc216 CallOn(pimpl_->le_impl_, &le_impl::add_device_to_connect_list, address_with_type); in AddDeviceToConnectList()
H A Dle_address_manager_test.cc329 TEST_F(LeAddressManagerWithSingleClientTest, add_device_to_connect_list) { in TEST_F() argument