Home
last modified time | relevance | path

Searched refs:GetAclHandle (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/l2cap/classic/
Dlink_security_interface.h83 virtual uint16_t GetAclHandle() = 0;
/system/bt/gd/security/test/
Dfake_security_interface.h44 uint16_t GetAclHandle() override { in GetAclHandle() function
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc200 acl_handle_(link->GetAclHandle()) {} in LinkSecurityInterfaceImpl()
226 uint16_t GetAclHandle() override { in GetAclHandle() function in bluetooth::l2cap::classic::internal::LinkSecurityInterfaceImpl
272 … link_property_listener_, &LinkPropertyListener::OnLinkConnected, device, link->GetAclHandle()); in OnConnectSuccess()
Dlink.h196 uint16_t GetAclHandle() const { in GetAclHandle() function
/system/bt/main/shim/
Dbtm.h184 uint16_t GetAclHandle(const RawAddress& remote_bda, tBT_TRANSPORT transport);
Dbtm.cc653 uint16_t Btm::GetAclHandle(const RawAddress& remote_bda, in GetAclHandle() function in bluetooth::shim::Btm
Dbtm_api.cc1283 return Stack::GetInstance()->GetBtm()->GetAclHandle(remote_bda, transport); in BTM_GetHCIConnHandle()
Dl2c_api.cc475 uint16_t handle = interface->GetAclHandle(); in OnLinkConnected()