Searched refs:packet_bytes_view (Results 1 – 7 of 7) sorted by relevance
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()
235 PacketView<kLittleEndian> packet_bytes_view(view_bytes); in TEST() local236 …auto view = WriteExtendedInquiryResponseView::Create(CommandPacketView::Create(packet_bytes_view)); in TEST()270 …PacketView<kLittleEndian> packet_bytes_view(std::make_shared<std::vector<uint8_t>>(le_set_scan_par… in TEST() local272 …arametersView::Create(LeScanningCommandView::Create(CommandPacketView::Create(packet_bytes_view))); in TEST()288 …PacketView<kLittleEndian> packet_bytes_view(std::make_shared<std::vector<uint8_t>>(le_set_scan_ena… in TEST() local289 …canEnableView::Create(LeScanningCommandView::Create(CommandPacketView::Create(packet_bytes_view))); in TEST()304 …PacketView<kLittleEndian> packet_bytes_view(std::make_shared<std::vector<uint8_t>>(le_get_vendor_c… in TEST() local306 …rCapabilitiesView::Create(VendorCommandView::Create(CommandPacketView::Create(packet_bytes_view))); in TEST()317 PacketView<kLittleEndian> packet_bytes_view( in TEST() local320 CommandCompleteView::Create(EventPacketView::Create(packet_bytes_view))); in TEST()[all …]
141 PacketView<true> packet_bytes_view(packet_bytes); in TEST() local142 AclPacketView packet_view = AclPacketView::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 = EventPacketView::Create(packet_bytes_view); in EventBuilderToView()120 auto packet_bytes_view = l2cap_->GetQueueAUpEnd()->TryDequeue(); in dequeue_callback_master() local121 if (!packet_bytes_view) LOG_ERROR("Received dequeue, but no data ready..."); in dequeue_callback_master()123 auto temp_cmd_view = CommandView::Create(*packet_bytes_view); in dequeue_callback_master()136 auto packet_bytes_view = l2cap_->GetQueueBUpEnd()->TryDequeue(); in dequeue_callback_slave() local137 if (!packet_bytes_view) LOG_ERROR("Received dequeue, but no data ready..."); in dequeue_callback_slave()139 auto temp_cmd_view = CommandView::Create(*packet_bytes_view); in dequeue_callback_slave()
210 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in ExchangePairingFeature() local211 auto temp_cmd_view = CommandView::Create(packet_bytes_view); in ExchangePairingFeature()280 PacketView<kLittleEndian> packet_bytes_view(packet_bytes); in ExchangePairingFeature() local281 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()