Searched refs:packet_bytes_view (Results 1 – 5 of 5) sorted by relevance
79 PacketView<kLittleEndian> packet_bytes_view(view_bytes); in TEST() local80 auto view = WriteExtendedInquiryResponseView::Create(CommandView::Create(packet_bytes_view)); in TEST()114 PacketView<kLittleEndian> packet_bytes_view( in TEST() local117 LeScanningCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()131 PacketView<kLittleEndian> packet_bytes_view( in TEST() local134 LeScanningCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()147 PacketView<kLittleEndian> packet_bytes_view( in TEST() local150 VendorCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()159 PacketView<kLittleEndian> packet_bytes_view( in TEST() local162 CommandCompleteView::Create(EventView::Create(packet_bytes_view))); in TEST()[all …]
142 PacketView<true> packet_bytes_view(packet_bytes); in TEST() local143 AclView packet_view = AclView::Create(packet_bytes_view); in TEST()
1583 PacketView<kLittleEndian> packet_bytes_view(std::make_shared<std::vector<uint8_t>>(raw_data)); in handle_remote_data() local1584 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() local1839 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() local1896 packet_bytes_view.AppendPacketView( in parse_ras_segments()1904 packet_bytes_view.begin()); in parse_ras_segments()[all …]
65 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in DebugPrintCommandOpcode() local66 auto temp_cmd_view = CommandView::Create(packet_bytes_view); in DebugPrintCommandOpcode()
86 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local87 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() local119 ParentView parent_view = ParentView::Create(packet_bytes_view); in TEST()195 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local196 ParentView wrong_view = ParentView::Create(packet_bytes_view); in TEST()216 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local217 ParentView parent_view = ParentView::Create(packet_bytes_view); in TEST()255 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local[all …]