Searched refs:GetAclHandle (Results 1 – 8 of 8) sorted by relevance
83 virtual uint16_t GetAclHandle() = 0;
44 uint16_t GetAclHandle() override { in GetAclHandle() function
200 acl_handle_(link->GetAclHandle()) {} in LinkSecurityInterfaceImpl()226 uint16_t GetAclHandle() override { in GetAclHandle() function in bluetooth::l2cap::classic::internal::LinkSecurityInterfaceImpl272 … link_property_listener_, &LinkPropertyListener::OnLinkConnected, device, link->GetAclHandle()); in OnConnectSuccess()
196 uint16_t GetAclHandle() const { in GetAclHandle() function
184 uint16_t GetAclHandle(const RawAddress& remote_bda, tBT_TRANSPORT transport);
653 uint16_t Btm::GetAclHandle(const RawAddress& remote_bda, in GetAclHandle() function in bluetooth::shim::Btm
1283 return Stack::GetInstance()->GetBtm()->GetAclHandle(remote_bda, transport); in BTM_GetHCIConnHandle()
475 uint16_t handle = interface->GetAclHandle(); in OnLinkConnected()