Searched refs:LeScanningCommandView (Results 1 – 5 of 5) sorted by relevance
238 LePeriodicAdvertisingCreateSyncView::Create(LeScanningCommandView::Create(packet)); in TEST_F()268 LePeriodicAdvertisingCreateSyncView::Create(LeScanningCommandView::Create(packet)); in TEST_F()307 LePeriodicAdvertisingCreateSyncView::Create(LeScanningCommandView::Create(packet)); in TEST_F()345 LePeriodicAdvertisingCreateSyncView::Create(LeScanningCommandView::Create(packet)); in TEST_F()367 LePeriodicAdvertisingTerminateSyncView::Create(LeScanningCommandView::Create(packet)); in TEST_F()392 LePeriodicAdvertisingCreateSyncView::Create(LeScanningCommandView::Create(packet)); in TEST_F()405 LePeriodicAdvertisingCreateSyncCancelView::Create(LeScanningCommandView::Create(packet)); in TEST_F()423 LePeriodicAdvertisingSyncTransferView::Create(LeScanningCommandView::Create(packet)); in TEST_F()452 LePeriodicAdvertisingSetInfoTransferView::Create(LeScanningCommandView::Create(packet)); in TEST_F()480 LeScanningCommandView::Create(packet)); in TEST_F()[all …]
443 LeScanningCommandView::Create(test_hci_layer_->GetCommand())); in TEST_F()459 LeScanningCommandView::Create(test_hci_layer_->GetCommand())); in TEST_F()508 LeAdvFilterView::Create(LeScanningCommandView::Create(commandView))); in TEST_F()525 LeAdvFilterView::Create(LeScanningCommandView::Create(commandView))); in TEST_F()541 LeAdvFilterView::Create(LeScanningCommandView::Create(commandView))); in TEST_F()557 LeAdvFilterView::Create(LeScanningCommandView::Create(commandView))); in TEST_F()573 LeAdvFilterView::Create(LeScanningCommandView::Create(commandView))); in TEST_F()589 LeAdvFilterView::Create(LeScanningCommandView::Create(commandView))); in TEST_F()605 LeAdvFilterView::Create(LeScanningCommandView::Create(commandView))); in TEST_F()
117 LeScanningCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()134 LeScanningCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()183 LeScanningCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()202 LeScanningCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()221 LeScanningCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()238 LeScanningCommandView::Create(CommandView::Create(packet_bytes_view))); in TEST()
127 inject_command<LeScanningCommandView, LeScanningCommandBuilder>(data, le_scanning_interface_); in injectLeScanningCommand()
2951 …LeScanningCommandView : public CommandView { public:static LeScanningCommandView Create(CommandVie… in CreateOptional()2953 …ic LeScanningCommandView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()2969 explicit LeScanningCommandView(CommandView parent) : CommandView(std::move(parent)) { was_validated… in CreateOptional() function10082 …LeScanningCommandView { public:static LeSetScanParametersView Create(LeScanningCommandView parent)… in CreateOptional()10084 …d::vector<uint8_t>>(bytes);return LeSetScanParametersView::Create(LeScanningCommandView::Create(Co… in CreateOptional()10093 if (!LeScanningCommandView::Validate()) { in CreateOptional()10106 explicit LeSetScanParametersView(LeScanningCommandView parent) : LeScanningCommandView(std::move(pa… in CreateOptional()10128 …LeScanningCommandView { public:static LeSetScanEnableView Create(LeScanningCommandView parent){ re… in CreateOptional()10130 …d<std::vector<uint8_t>>(bytes);return LeSetScanEnableView::Create(LeScanningCommandView::Create(Co… in CreateOptional()10136 if (!LeScanningCommandView::Validate()) { in CreateOptional()[all …]