Home
last modified time | relevance | path

Searched refs:SynchronousDataHeader (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/
H A Dsco_data_packet.h28 using ScoDataPacket = Packet<hci_spec::SynchronousDataHeader>;
33 class Packet<hci_spec::SynchronousDataHeader>
34 : public PacketBase<hci_spec::SynchronousDataHeader, ScoDataPacket> {
54 using PacketBase<hci_spec::SynchronousDataHeader, ScoDataPacket>::PacketBase;
H A Dslab_allocators.h71 sizeof(hci_spec::SynchronousDataHeader) + kMaxScoDataPayloadSize;
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sco/
H A Dsco_connection_test.cc340 packet_buffer_0.view(sizeof(hci_spec::SynchronousDataHeader)); in TEST_F()
350 packet_buffer_1.view(sizeof(hci_spec::SynchronousDataHeader)); in TEST_F()
382 packet_buffer.view(sizeof(hci_spec::SynchronousDataHeader)); in TEST_F()
425 packet_buffer_0.view(/*pos=*/sizeof(hci_spec::SynchronousDataHeader)); in TEST_F()
450 packet_buffer_1.view(/*pos=*/sizeof(hci_spec::SynchronousDataHeader)); in TEST_F()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dsco_data_channel.cc171 if (buffer.size() < sizeof(hci_spec::SynchronousDataHeader)) { in OnRxPacket()
177 sizeof(hci_spec::SynchronousDataHeader), in OnRxPacket()
183 buffer.size() - sizeof(hci_spec::SynchronousDataHeader); in OnRxPacket()
H A Dsco_data_packet.cc26 allocators::internal::FixedSizePacket<hci_spec::SynchronousDataHeader,
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h118 struct SynchronousDataHeader { struct
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_controller.cc4092 if (sco_data_packet.size() < sizeof(hci_spec::SynchronousDataHeader)) { in OnScoDataPacketReceived()
4097 const auto& header = sco_data_packet.To<hci_spec::SynchronousDataHeader>(); in OnScoDataPacketReceived()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dprofile_server_test.cc3647 packet_buffer_0.view(sizeof(bt::hci_spec::SynchronousDataHeader)); in TEST_F()
3669 packet_buffer_1.view(sizeof(bt::hci_spec::SynchronousDataHeader)); in TEST_F()