Home
last modified time | relevance | path

Searched defs:GetNextOutboundPacket (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/
H A Dfake_acl_connection.h54 ACLDataPacketPtr GetNextOutboundPacket() override { in GetNextOutboundPacket() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sco/
H A Dsco_connection.cc156 std::unique_ptr<hci::ScoDataPacket> ScoConnection::GetNextOutboundPacket() { in GetNextOutboundPacket() function in bt::sco::ScoConnection
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dchannel.cc291 std::unique_ptr<hci::ACLDataPacket> ChannelImpl::GetNextOutboundPacket() { in GetNextOutboundPacket() function in bt::l2cap::internal::ChannelImpl
H A Dlogical_link.cc354 std::unique_ptr<hci::ACLDataPacket> LogicalLink::GetNextOutboundPacket() { in GetNextOutboundPacket() function in bt::l2cap::internal::LogicalLink
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dsco_data_channel_test.cc169 std::unique_ptr<ScoDataPacket> GetNextOutboundPacket() override { in GetNextOutboundPacket() function in bt::hci::__anon0589c4d30111::FakeScoConnection