• Home
  • Raw
  • Download

Lines Matching refs:Create

236 …auto view = WriteExtendedInquiryResponseView::Create(CommandPacketView::Create(packet_bytes_view));  in TEST()
250 auto builder = WriteExtendedInquiryResponseBuilder::Create(view.GetFecRequired(), no_padding); in TEST()
272 …LeSetScanParametersView::Create(LeScanningCommandView::Create(CommandPacketView::Create(packet_byt… in TEST()
289 …auto view = LeSetScanEnableView::Create(LeScanningCommandView::Create(CommandPacketView::Create(pa… in TEST()
306 …LeGetVendorCapabilitiesView::Create(VendorCommandView::Create(CommandPacketView::Create(packet_byt… in TEST()
319 auto view = LeGetVendorCapabilitiesCompleteView::Create( in TEST()
320 CommandCompleteView::Create(EventPacketView::Create(packet_bytes_view))); in TEST()
341 auto view = LeSetExtendedScanParametersView::Create( in TEST()
342 LeScanningCommandView::Create(CommandPacketView::Create(packet_bytes_view))); in TEST()
360 auto view = LeSetExtendedScanParametersView::Create( in TEST()
361 LeScanningCommandView::Create(CommandPacketView::Create(packet_bytes_view))); in TEST()
387 …LeSetExtendedScanEnableView::Create(LeScanningCommandView::Create(CommandPacketView::Create(packet… in TEST()
404 …LeSetExtendedScanEnableView::Create(LeScanningCommandView::Create(CommandPacketView::Create(packet… in TEST()
431 auto view = LeExtendedCreateConnectionView::Create( in TEST()
432 LeConnectionManagementCommandView::Create(CommandPacketView::Create(packet_bytes_view))); in TEST()
444 auto view = LeSetExtendedAdvertisingRandomAddressView::Create( in TEST()
445 LeAdvertisingCommandView::Create(CommandPacketView::Create(packet_bytes_view))); in TEST()
467 auto view = LeSetExtendedAdvertisingDataRawView::Create( in TEST()
468 LeAdvertisingCommandView::Create(CommandPacketView::Create(packet_bytes_view))); in TEST()
494 auto view = LeSetExtendedAdvertisingLegacyParametersView::Create( in TEST()
495 LeAdvertisingCommandView::Create(CommandPacketView::Create(packet_bytes_view))); in TEST()
517 auto view = LeSetExtendedAdvertisingLegacyParametersView::Create( in TEST()
518 LeAdvertisingCommandView::Create(CommandPacketView::Create(packet_bytes_view))); in TEST()
540 auto view = LeSetExtendedAdvertisingParametersCompleteView::Create( in TEST()
541 CommandCompleteView::Create(EventPacketView::Create(packet_bytes_view))); in TEST()
559 auto view = LeRemoveAdvertisingSetView::Create( in TEST()
560 LeAdvertisingCommandView::Create(CommandPacketView::Create(packet_bytes_view))); in TEST()
579 auto view = LeSetExtendedAdvertisingDisableView::Create( in TEST()
580 LeAdvertisingCommandView::Create(CommandPacketView::Create(packet_bytes_view))); in TEST()
599 auto builder = LeSetAdvertisingDataBuilder::Create({gap_data}); in TEST()
606 auto command_view = LeAdvertisingCommandView::Create(CommandPacketView::Create(packet_bytes)); in TEST()
609 auto view = LeSetAdvertisingDataView::Create(command_view); in TEST()
617 auto builder = LeSetScanResponseDataBuilder::Create({gap_data}); in TEST()
624 auto command_view = LeAdvertisingCommandView::Create(CommandPacketView::Create(packet_bytes)); in TEST()
627 auto view = LeSetScanResponseDataView::Create(command_view); in TEST()
636 auto builder = LeMultiAdvtSetDataBuilder::Create({gap_data}, set); in TEST()
644 …LeMultiAdvtView::Create(LeAdvertisingCommandView::Create(CommandPacketView::Create(packet_bytes))); in TEST()
647 auto view = LeMultiAdvtSetDataView::Create(command_view); in TEST()
656 auto builder = LeMultiAdvtSetScanRespBuilder::Create({gap_data}, set); in TEST()
664 …LeMultiAdvtView::Create(LeAdvertisingCommandView::Create(CommandPacketView::Create(packet_bytes))); in TEST()
667 auto view = LeMultiAdvtSetScanRespView::Create(command_view); in TEST()