Home
last modified time | relevance | path

Searched refs:create_le_connection (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/hci/acl_manager/
Dle_impl.h409 …void create_le_connection(AddressWithType address_with_type, bool add_to_connect_list, bool is_dir… in create_le_connection() function
658 create_le_connection(*canceled_connections_.begin(), false, false); in OnResume()
/system/bt/gd/hci/
Dacl_manager.cc163 CallOn(pimpl_->le_impl_, &le_impl::create_le_connection, address_with_type, true, is_direct); in CreateLeConnection()