Searched refs:packet_bytes_view (Results 1 – 7 of 7) sorted by relevance
72 PacketView<kLittleEndian> packet_bytes_view(view_bytes); in TEST() local73 auto view = WriteExtendedInquiryResponseView::Create(CommandView::Create(packet_bytes_view)); in TEST()107 …PacketView<kLittleEndian> packet_bytes_view(std::make_shared<std::vector<uint8_t>>(le_set_scan_par… in TEST() local108 …tScanParametersView::Create(LeScanningCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()122 …PacketView<kLittleEndian> packet_bytes_view(std::make_shared<std::vector<uint8_t>>(le_set_scan_ena… in TEST() local123 …LeSetScanEnableView::Create(LeScanningCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()136 …PacketView<kLittleEndian> packet_bytes_view(std::make_shared<std::vector<uint8_t>>(le_get_vendor_c… in TEST() local137 …tVendorCapabilitiesView::Create(VendorCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()146 PacketView<kLittleEndian> packet_bytes_view( in TEST() local149 …apabilitiesCompleteView::Create(CommandCompleteView::Create(EventView::Create(packet_bytes_view))); in TEST()[all …]
141 PacketView<true> packet_bytes_view(packet_bytes); in TEST() local142 AclView packet_view = AclView::Create(packet_bytes_view); in TEST()
80 PacketView<kLittleEndian> packet_bytes_view(view_bytes); in TEST() local81 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST()90 PacketView<kLittleEndian> packet_bytes_view(view_bytes); in TEST() local91 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST()100 PacketView<kLittleEndian> packet_bytes_view(view_bytes); in TEST() local101 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST()110 PacketView<kLittleEndian> packet_bytes_view(view_bytes); in TEST() local111 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST()120 PacketView<kLittleEndian> packet_bytes_view(view_bytes); in TEST() local121 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST()
82 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local83 ParentView wrong_view = ParentView::Create(packet_bytes_view); in TEST()86 ParentTwoView parent_view = ParentTwoView::Create(packet_bytes_view); in TEST()114 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local115 ParentView parent_view = ParentView::Create(packet_bytes_view); in TEST()186 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local187 ParentView wrong_view = ParentView::Create(packet_bytes_view); in TEST()207 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local208 ParentView parent_view = ParentView::Create(packet_bytes_view); in TEST()246 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in TEST() local[all …]
59 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in CommandBuilderToView() local60 auto temp_cmd_view = CommandView::Create(packet_bytes_view); in CommandBuilderToView()68 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in EventBuilderToView() local69 auto temp_evt_view = EventView::Create(packet_bytes_view); in EventBuilderToView()128 auto packet_bytes_view = l2cap_->GetQueueAUpEnd()->TryDequeue(); in dequeue_callback_central() local129 if (!packet_bytes_view) LOG_ERROR("Received dequeue, but no data ready..."); in dequeue_callback_central()131 auto temp_cmd_view = CommandView::Create(*packet_bytes_view); in dequeue_callback_central()144 auto packet_bytes_view = l2cap_->GetQueueBUpEnd()->TryDequeue(); in dequeue_callback_peripheral() local145 if (!packet_bytes_view) LOG_ERROR("Received dequeue, but no data ready..."); in dequeue_callback_peripheral()147 auto temp_cmd_view = CommandView::Create(*packet_bytes_view); in dequeue_callback_peripheral()
233 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in ExchangePairingFeature() local234 auto temp_cmd_view = CommandView::Create(packet_bytes_view); in ExchangePairingFeature()310 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in ExchangePairingFeature() local311 auto temp_cmd_view = CommandView::Create(packet_bytes_view); in ExchangePairingFeature()
45 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in BuilderToView() local46 auto temp_cmd_view = CommandView::Create(packet_bytes_view); in BuilderToView()