Lines Matching refs:Create

73   auto view = WriteExtendedInquiryResponseView::Create(CommandView::Create(packet_bytes_view));  in TEST()
87 auto builder = WriteExtendedInquiryResponseBuilder::Create(view.GetFecRequired(), no_padding); in TEST()
108 …auto view = LeSetScanParametersView::Create(LeScanningCommandView::Create(CommandView::Create(pack… in TEST()
123 …auto view = LeSetScanEnableView::Create(LeScanningCommandView::Create(CommandView::Create(packet_b… in TEST()
137 …auto view = LeGetVendorCapabilitiesView::Create(VendorCommandView::Create(CommandView::Create(pack… in TEST()
149 …LeGetVendorCapabilitiesCompleteView::Create(CommandCompleteView::Create(EventView::Create(packet_b… in TEST()
169 …LeSetExtendedScanParametersView::Create(LeScanningCommandView::Create(CommandView::Create(packet_b… in TEST()
188 …LeSetExtendedScanParametersView::Create(LeScanningCommandView::Create(CommandView::Create(packet_b… in TEST()
206 …LeSetExtendedScanEnableView::Create(LeScanningCommandView::Create(CommandView::Create(packet_bytes… in TEST()
223 …LeSetExtendedScanEnableView::Create(LeScanningCommandView::Create(CommandView::Create(packet_bytes… in TEST()
241 auto view = LeExtendedCreateConnectionView::Create( in TEST()
242 …LeConnectionManagementCommandView::Create(AclCommandView::Create(CommandView::Create(packet_bytes_… in TEST()
254 auto view = LeSetExtendedAdvertisingRandomAddressView::Create( in TEST()
255 LeAdvertisingCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()
270 auto view = LeSetExtendedAdvertisingDataRawView::Create( in TEST()
271 LeAdvertisingCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()
290 auto view = LeSetExtendedAdvertisingLegacyParametersView::Create( in TEST()
291 LeAdvertisingCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()
313 auto view = LeSetExtendedAdvertisingLegacyParametersView::Create( in TEST()
314 LeAdvertisingCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()
333 auto view = LeSetExtendedAdvertisingParametersCompleteView::Create( in TEST()
334 CommandCompleteView::Create(EventView::Create(packet_bytes_view))); in TEST()
350 …LeRemoveAdvertisingSetView::Create(LeAdvertisingCommandView::Create(CommandView::Create(packet_byt… in TEST()
362 auto view = LeSetExtendedAdvertisingDisableView::Create( in TEST()
363 LeAdvertisingCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()
374 auto builder = LeSetAdvertisingDataBuilder::Create({gap_data}); in TEST()
381 …auto command_view = LeAdvertisingCommandView::Create(CommandView::Create(PacketView<kLittleEndian>… in TEST()
384 auto view = LeSetAdvertisingDataView::Create(command_view); in TEST()
392 auto builder = LeSetScanResponseDataBuilder::Create({gap_data}); in TEST()
399 …auto command_view = LeAdvertisingCommandView::Create(CommandView::Create(PacketView<kLittleEndian>… in TEST()
402 auto view = LeSetScanResponseDataView::Create(command_view); in TEST()
411 auto builder = LeMultiAdvtSetDataBuilder::Create({gap_data}, set); in TEST()
417 auto command_view = LeMultiAdvtSetDataView::Create(LeMultiAdvtView::Create( in TEST()
418 … LeAdvertisingCommandView::Create(CommandView::Create(PacketView<kLittleEndian>(packet_bytes))))); in TEST()
420 auto view = LeMultiAdvtSetDataView::Create(command_view); in TEST()
432 auto builder = LeMultiAdvtSetScanRespBuilder::Create({gap_data}, set); in TEST()
438 auto command_view = LeMultiAdvtSetScanRespView::Create(LeMultiAdvtView::Create( in TEST()
439 … LeAdvertisingCommandView::Create(CommandView::Create(PacketView<kLittleEndian>(packet_bytes))))); in TEST()
441 auto view = LeMultiAdvtSetScanRespView::Create(command_view); in TEST()