Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h16030LeBatchScanEnableView : public LeBatchScanView { public:static LeBatchScanEnableView Create(LeBatc… in CreateOptional()
16032 …ic LeBatchScanEnableView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
16046 explicit LeBatchScanEnableView(LeBatchScanView parent) : LeBatchScanView(std::move(parent)) { was_v… in CreateOptional() function
42737 static std::unique_ptr<LeBatchScanEnableBuilder> FromView(LeBatchScanEnableView view) {if (!view.Is… in Create()
42758 …ompareBytes(std::vector<uint8_t> captured_packet) {LeBatchScanEnableView view = LeBatchScanEnableV…
42761 …auto vec = std::vector<uint8_t>(data, data + size);LeBatchScanEnableView view = LeBatchScanEnableV…