Home
last modified time | relevance | path

Searched refs:GetAclConnection (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/l2cap/le/internal/
Dfixed_channel_impl.cc35 hci::acl_manager::LeAclConnection* FixedChannelImpl::GetAclConnection() const { in GetAclConnection() function in bluetooth::l2cap::le::internal::FixedChannelImpl
36 return link_->GetAclConnection(); in GetAclConnection()
Dfixed_channel_impl.h48 virtual hci::acl_manager::LeAclConnection* GetAclConnection() const;
Dlink.h68 inline virtual hci::acl_manager::LeAclConnection* GetAclConnection() { in GetAclConnection() function
Dlink.cc64 link_manager_->OnDisconnect(GetAclConnection()->GetRemoteAddress()); in OnDisconnection()