Lines Matching refs:Create
89 CommandView command = CommandView::Create(packet_view); in HandleCommand()
97 … event_builder = ReadLocalNameCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, local_name); in HandleCommand()
106 event_builder = ReadLocalVersionInformationCompleteBuilder::Create( in HandleCommand()
118 …ReadLocalSupportedCommandsCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, supported_comma… in HandleCommand()
123 event_builder = ReadLocalSupportedCodecsV1CompleteBuilder::Create( in HandleCommand()
127 ReadLocalExtendedFeaturesView read_command = ReadLocalExtendedFeaturesView::Create(command); in HandleCommand()
132 event_builder = ReadLocalExtendedFeaturesCompleteBuilder::Create( in HandleCommand()
136 event_builder = ReadBufferSizeCompleteBuilder::Create( in HandleCommand()
145 … event_builder = ReadBdAddrCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, Address::kAny); in HandleCommand()
151 …event_builder = LeReadBufferSizeV1CompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, le_buff… in HandleCommand()
155 …LeReadLocalSupportedFeaturesCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, 0x001f1234567… in HandleCommand()
159 … LeReadSupportedStatesCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, 0x001f123456789abe); in HandleCommand()
168 …LeReadMaximumDataLengthCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, le_maximum_data_le… in HandleCommand()
172 …LeReadMaximumAdvertisingDataLengthCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, 0x0672); in HandleCommand()
176 …LeReadNumberOfSupportedAdvertisingSetsCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, 0xF… in HandleCommand()
196 event_builder = LeGetVendorCapabilitiesCompleteBuilder::Create( in HandleCommand()
205 DynamicAudioBufferView::CreateOptional(VendorCommandView::Create(command)); in HandleCommand()
214 event_builder = DabGetAudioBufferTimeCapabilityCompleteBuilder::Create( in HandleCommand()
219 event_builder = DabSetAudioBufferTimeCompleteBuilder::Create( in HandleCommand()
224 auto view = SetEventMaskView::Create(command); in HandleCommand()
227 event_builder = SetEventMaskCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS); in HandleCommand()
230 auto view = LeSetEventMaskView::Create(command); in HandleCommand()
233 event_builder = LeSetEventMaskCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS); in HandleCommand()
237 auto view = LeRandView::Create(LeSecurityCommandView::Create(command)); in HandleCommand()
239 … event_builder = LeRandCompleteBuilder::Create(num_packets, ErrorCode::SUCCESS, kRandomNumber); in HandleCommand()
254 EventView event = EventView::Create(packet); in HandleCommand()
256 CommandCompleteView command_complete = CommandCompleteView::Create(event); in HandleCommand()
270 IncomingEvent(NumberOfCompletedPacketsBuilder::Create(completed_packets)); in IncomingCredit()
347 vendor_capabilities_ = LeGetVendorCapabilitiesComplete103Builder::Create( in SetUp()
376 vendor_capabilities_ = LeGetVendorCapabilitiesComplete104Builder::Create( in SetUp()
438 auto command = ResetView::Create(packet); in TEST_F()
445 auto set_event_filter_view1 = SetEventFilterView::Create(packet); in TEST_F()
446 …auto set_event_filter_inquiry_result_view1 = SetEventFilterInquiryResultView::Create(set_event_fil… in TEST_F()
447 …auto command1 = SetEventFilterInquiryResultAllDevicesView::Create(set_event_filter_inquiry_result_… in TEST_F()
454 auto set_event_filter_view2 = SetEventFilterView::Create(packet); in TEST_F()
455 …auto set_event_filter_inquiry_result_view2 = SetEventFilterInquiryResultView::Create(set_event_fil… in TEST_F()
456 …auto command2 = SetEventFilterInquiryResultClassOfDeviceView::Create(set_event_filter_inquiry_resu… in TEST_F()
463 auto set_event_filter_view3 = SetEventFilterView::Create(packet); in TEST_F()
464 …auto set_event_filter_connection_setup_view = SetEventFilterConnectionSetupView::Create(set_event_… in TEST_F()
465 …auto command3 = SetEventFilterConnectionSetupAddressView::Create(set_event_filter_connection_setup… in TEST_F()
473 auto command = HostBufferSizeView::Create(packet); in TEST_F()