Home
last modified time | relevance | path

Searched refs:AcceptLeConnectionFrom (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/main/shim/
Dbtm_api.cc82 Stack::GetInstance()->GetAcl()->AcceptLeConnectionFrom( in BTM_AllowWakeByHid()
104 Stack::GetInstance()->GetAcl()->AcceptLeConnectionFrom( in BTM_RestoreFilterAcceptList()
Dlink_connection_interface.h37 virtual void AcceptLeConnectionFrom(
Dacl.h74 void AcceptLeConnectionFrom(const hci::AddressWithType& address_with_type,
Dacl_api.cc63 Stack::GetInstance()->GetAcl()->AcceptLeConnectionFrom( in ACL_AcceptLeConnectionFrom()
Dacl.cc1520 void shim::legacy::Acl::AcceptLeConnectionFrom( in AcceptLeConnectionFrom() function in shim::legacy::Acl
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc85 void shim::legacy::Acl::AcceptLeConnectionFrom( in AcceptLeConnectionFrom() function in shim::legacy::Acl
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc663 acl->AcceptLeConnectionFrom(remote_address, true, std::move(promise)); in TEST_F()