Lines Matching refs:Create
73 CommandPacketView command = CommandPacketView::Create(packet_view); in HandleCommand()
81 … event_builder = ReadLocalNameCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, local_name); in HandleCommand()
90 …event_builder = ReadLocalVersionInformationCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, in HandleCommand()
102 …ReadLocalSupportedCommandsCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, supported_comma… in HandleCommand()
107 … ReadLocalSupportedFeaturesCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, lmp_features); in HandleCommand()
110 ReadLocalExtendedFeaturesView read_command = ReadLocalExtendedFeaturesView::Create(command); in HandleCommand()
115 …event_builder = ReadLocalExtendedFeaturesCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, … in HandleCommand()
119 event_builder = ReadBufferSizeCompleteBuilder::Create( in HandleCommand()
124 … event_builder = ReadBdAddrCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, Address::kAny); in HandleCommand()
130 …event_builder = LeReadBufferSizeCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, le_buffer… in HandleCommand()
134 …LeReadLocalSupportedFeaturesCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, 0x001f1234567… in HandleCommand()
138 … LeReadSupportedStatesCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, 0x001f123456789abe); in HandleCommand()
147 …LeReadMaximumDataLengthCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, le_maximum_data_le… in HandleCommand()
151 …LeReadMaximumAdvertisingDataLengthCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, 0x0672); in HandleCommand()
155 …LeReadNumberOfSupportedAdvertisingSetsCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, 0xF… in HandleCommand()
173 … event_builder = LeGetVendorCapabilitiesCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, in HandleCommand()
177 auto view = SetEventMaskView::Create(command); in HandleCommand()
180 event_builder = SetEventMaskCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS); in HandleCommand()
194 EventPacketView event = EventPacketView::Create(packet); in HandleCommand()
196 CommandCompleteView command_complete = CommandCompleteView::Create(event); in HandleCommand()
223 auto event_builder = NumberOfCompletedPacketsBuilder::Create(completed_packets); in IncomingCredit()
225 EventPacketView event = EventPacketView::Create(packet); in IncomingCredit()
342 auto command = ResetView::Create(packet); in TEST_F()
349 auto set_event_filter_view1 = SetEventFilterView::Create(packet); in TEST_F()
350 …auto set_event_filter_inquiry_result_view1 = SetEventFilterInquiryResultView::Create(set_event_fil… in TEST_F()
351 …auto command1 = SetEventFilterInquiryResultAllDevicesView::Create(set_event_filter_inquiry_result_… in TEST_F()
358 auto set_event_filter_view2 = SetEventFilterView::Create(packet); in TEST_F()
359 …auto set_event_filter_inquiry_result_view2 = SetEventFilterInquiryResultView::Create(set_event_fil… in TEST_F()
360 …auto command2 = SetEventFilterInquiryResultClassOfDeviceView::Create(set_event_filter_inquiry_resu… in TEST_F()
367 auto set_event_filter_view3 = SetEventFilterView::Create(packet); in TEST_F()
368 …auto set_event_filter_connection_setup_view = SetEventFilterConnectionSetupView::Create(set_event_… in TEST_F()
369 …auto command3 = SetEventFilterConnectionSetupAddressView::Create(set_event_filter_connection_setup… in TEST_F()
377 auto command = HostBufferSizeView::Create(packet); in TEST_F()
388 auto command = LeSetEventMaskView::Create(packet); in TEST_F()