Home
last modified time | relevance | path

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

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