Home
last modified time | relevance | path

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

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