Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_packets_test.cc220 auto view = LeSetExtendedScanEnableView::Create( in TEST()
237 auto view = LeSetExtendedScanEnableView::Create( in TEST()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc2455 auto command_view = bluetooth::hci::LeSetExtendedScanEnableView::Create(command); in LeSetExtendedScanEnable()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h12698LeSetExtendedScanEnableView : public LeScanningCommandView { public:static LeSetExtendedScanEnable… in CreateOptional()
12700LeSetExtendedScanEnableView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std… in CreateOptional()
12720 explicit LeSetExtendedScanEnableView(LeScanningCommandView parent) : LeScanningCommandView(std::mov… in CreateOptional() function
37733 static std::unique_ptr<LeSetExtendedScanEnableBuilder> FromView(LeSetExtendedScanEnableView view) {… in Create()
37754 …Bytes(std::vector<uint8_t> captured_packet) {LeSetExtendedScanEnableView view = LeSetExtendedScanE…
37760 …ec = std::vector<uint8_t>(data, data + size);LeSetExtendedScanEnableView view = LeSetExtendedScanE…