Home
last modified time | relevance | path

Searched defs:acl_data_channel (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dchannel_manager.cc158 ChannelManagerImpl::ChannelManagerImpl(hci::AclDataChannel* acl_data_channel, in ChannelManagerImpl()
480 hci::AclDataChannel* acl_data_channel, in Create()
H A Dlogical_link.cc78 hci::AclDataChannel* acl_data_channel, in LogicalLink()
H A Dchannel_manager_test.cc739 hci::testing::MockAclDataChannel* acl_data_channel() { in acl_data_channel() function in bt::l2cap::__anonc9820c150111::ChannelManagerMockAclChannelTest
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/
H A Dtransport.h77 AclDataChannel* acl_data_channel() const { return acl_data_channel_.get(); } in acl_data_channel() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dcontroller_test.h122 hci::AclDataChannel* acl_data_channel() const { in acl_data_channel() function
/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/
H A Dl2cap_channel_manager.cc25 L2capChannelManager::L2capChannelManager(AclDataChannel& acl_data_channel) in L2capChannelManager()