Home
last modified time | relevance | path

Searched refs:LeBatchScanView (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h15986LeBatchScanView : public LeScanningCommandView { public:static LeBatchScanView Create(LeScanningCo… in CreateOptional()
15988 static LeBatchScanView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::vect… in CreateOptional()
16004 explicit LeBatchScanView(LeScanningCommandView parent) : LeScanningCommandView(std::move(parent)) {… in CreateOptional() function
16030LeBatchScanView { public:static LeBatchScanEnableView Create(LeBatchScanView parent){ return LeBat… in CreateOptional()
16032 …ed<std::vector<uint8_t>>(bytes);return LeBatchScanEnableView::Create(LeBatchScanView::Create(LeSca… in CreateOptional()
16037 if (!LeBatchScanView::Validate()) { in CreateOptional()
16046 explicit LeBatchScanEnableView(LeBatchScanView parent) : LeBatchScanView(std::move(parent)) { was_v… in CreateOptional()
16066LeBatchScanView { public:static LeBatchScanSetStorageParametersView Create(LeBatchScanView parent)… in CreateOptional()
16068 …<uint8_t>>(bytes);return LeBatchScanSetStorageParametersView::Create(LeBatchScanView::Create(LeSca… in CreateOptional()
16075 if (!LeBatchScanView::Validate()) { in CreateOptional()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc2623 auto command_view = bluetooth::hci::LeBatchScanView::Create(command); in LeBatchScan()