Home
last modified time | relevance | path

Searched refs:packet_bytes_view (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dhci_packets_test.cc79 PacketView<kLittleEndian> packet_bytes_view(view_bytes); in TEST() local
80 auto view = WriteExtendedInquiryResponseView::Create(CommandView::Create(packet_bytes_view)); in TEST()
114 PacketView<kLittleEndian> packet_bytes_view( in TEST() local
117 LeScanningCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()
131 PacketView<kLittleEndian> packet_bytes_view( in TEST() local
134 LeScanningCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()
147 PacketView<kLittleEndian> packet_bytes_view( in TEST() local
150 VendorCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()
159 PacketView<kLittleEndian> packet_bytes_view( in TEST() local
162 CommandCompleteView::Create(EventView::Create(packet_bytes_view))); in TEST()
[all …]
Dacl_builder_test.cc142 PacketView<true> packet_bytes_view(packet_bytes); in TEST() local
143 AclView packet_view = AclView::Create(packet_bytes_view); in TEST()
Ddistance_measurement_manager.cc1583 PacketView<kLittleEndian> packet_bytes_view(std::make_shared<std::vector<uint8_t>>(raw_data)); in handle_remote_data() local
1584 auto after = SegmentationHeader::Parse(&segmentation_header, packet_bytes_view.begin()); in handle_remote_data()
1585 if (after == packet_bytes_view.begin()) { in handle_remote_data()
1836 PacketViewForRecombination packet_bytes_view = in parse_ras_segments() local
1839 packet_bytes_view.AppendPacketView( in parse_ras_segments()
1842 after = LeCsMode2Data::Parse(&tone_data, packet_bytes_view.begin()); in parse_ras_segments()
1843 if (after == packet_bytes_view.begin()) { in parse_ras_segments()
1893 PacketViewForRecombination packet_bytes_view = in parse_ras_segments() local
1896 packet_bytes_view.AppendPacketView( in parse_ras_segments()
1904 packet_bytes_view.begin()); in parse_ras_segments()
[all …]
Dhci_layer_fake.cc65 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in DebugPrintCommandOpcode() local
66 auto temp_cmd_view = CommandView::Create(packet_bytes_view); in DebugPrintCommandOpcode()
/packages/modules/Bluetooth/system/gd/packet/parser/test/
Dgenerated_packet_test.cc86 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
87 ParentView wrong_view = ParentView::Create(packet_bytes_view); in TEST()
90 ParentTwoView parent_view = ParentTwoView::Create(packet_bytes_view); in TEST()
118 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
119 ParentView parent_view = ParentView::Create(packet_bytes_view); in TEST()
195 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
196 ParentView wrong_view = ParentView::Create(packet_bytes_view); in TEST()
216 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
217 ParentView parent_view = ParentView::Create(packet_bytes_view); in TEST()
255 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local
[all …]