Searched refs:LeBatchScanView (Results 1 – 2 of 2) sorted by relevance
15986 …LeBatchScanView : 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() function16030 …LeBatchScanView { 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()16066 …LeBatchScanView { 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 …]
2623 auto command_view = bluetooth::hci::LeBatchScanView::Create(command); in LeBatchScan()