Home
last modified time | relevance | path

Searched refs:LeScanningCommandView (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_periodic_sync_manager_test.cc238 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 …]
Dle_scanning_manager_test.cc443 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()
Dhci_packets_test.cc117 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()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dhci_layer_fuzz_client.cc127 inject_command<LeScanningCommandView, LeScanningCommandBuilder>(data, le_scanning_interface_); in injectLeScanningCommand()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h2951LeScanningCommandView : 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() function
10082LeScanningCommandView { 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()
10128LeScanningCommandView { 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 …]