Home
last modified time | relevance | path

Searched refs:SynchronousDataPacketStatusFlag (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dsco_data_packet_test.cc29 hci_spec::SynchronousDataPacketStatusFlag::kCorrectlyReceived); in TEST()
45 hci_spec::SynchronousDataPacketStatusFlag::kCorrectlyReceived); in TEST()
51 hci_spec::SynchronousDataPacketStatusFlag::kPossiblyInvalid); in TEST()
56 hci_spec::SynchronousDataPacketStatusFlag::kNoDataReceived); in TEST()
61 hci_spec::SynchronousDataPacketStatusFlag::kDataPartiallyLost); in TEST()
H A Dsco_data_packet.cc46 hci_spec::SynchronousDataPacketStatusFlag ScoDataPacket::packet_status_flag() in packet_status_flag()
52 return static_cast<hci_spec::SynchronousDataPacketStatusFlag>( in packet_status_flag()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/
H A Dsco_data_packet.h47 hci_spec::SynchronousDataPacketStatusFlag packet_status_flag() const;
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sco/
H A Dsco_connection_test.cc302 hci_spec::SynchronousDataPacketStatusFlag::kDataPartiallyLost); in TEST_F()
323 hci_spec::SynchronousDataPacketStatusFlag::kCorrectlyReceived); in TEST_F()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dtest_packets.h236 hci_spec::SynchronousDataPacketStatusFlag flag,
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dconstants.h722 enum class SynchronousDataPacketStatusFlag : uint8_t { enum
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/public/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dhelpers.h257 bt::hci_spec::SynchronousDataPacketStatusFlag status);
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dhelpers.cc2456 bt::hci_spec::SynchronousDataPacketStatusFlag status) { in ScoPacketStatusToFidl()
2458 case bt::hci_spec::SynchronousDataPacketStatusFlag::kCorrectlyReceived: in ScoPacketStatusToFidl()
2460 case bt::hci_spec::SynchronousDataPacketStatusFlag::kPossiblyInvalid: in ScoPacketStatusToFidl()
2462 case bt::hci_spec::SynchronousDataPacketStatusFlag::kNoDataReceived: in ScoPacketStatusToFidl()
2464 case bt::hci_spec::SynchronousDataPacketStatusFlag::kDataPartiallyLost: in ScoPacketStatusToFidl()
H A Dhelpers_test.cc2249 bt::hci_spec::SynchronousDataPacketStatusFlag::kCorrectlyReceived), in TEST()
2253 bt::hci_spec::SynchronousDataPacketStatusFlag::kPossiblyInvalid), in TEST()
2256 bt::hci_spec::SynchronousDataPacketStatusFlag::kNoDataReceived), in TEST()
2260 bt::hci_spec::SynchronousDataPacketStatusFlag::kDataPartiallyLost), in TEST()
H A Dprofile_server.cc643 bt::hci_spec::SynchronousDataPacketStatusFlag::kNoDataReceived) { in TryRead()
H A Dprofile_server_test.cc3737 bt::hci_spec::SynchronousDataPacketStatusFlag::kCorrectlyReceived, in TEST_F()
3743 bt::hci_spec::SynchronousDataPacketStatusFlag::kCorrectlyReceived, in TEST_F()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc1165 hci_spec::SynchronousDataPacketStatusFlag flag, in ScoDataPacket()