Home
last modified time | relevance | path

Searched defs:GetNextQueuedSdu (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dfake_tx_channel.h47 std::optional<ByteBufferPtr> GetNextQueuedSdu() override { in GetNextQueuedSdu() function
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dchannel.cc549 std::optional<ByteBufferPtr> ChannelImpl::GetNextQueuedSdu() { in GetNextQueuedSdu() function in bt::l2cap::internal::ChannelImpl