Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_packets_test.cc116 auto view = LeSetScanParametersView::Create( in TEST()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1887 auto command_view = bluetooth::hci::LeSetScanParametersView::Create(command); in LeSetScanParameters()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h10082LeSetScanParametersView : public LeScanningCommandView { public:static LeSetScanParametersView Cre… in CreateOptional()
10084LeSetScanParametersView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
10106 explicit LeSetScanParametersView(LeScanningCommandView parent) : LeScanningCommandView(std::move(pa… in CreateOptional() function
33486 static std::unique_ptr<LeSetScanParametersBuilder> FromView(LeSetScanParametersView view) {if (!vie… in Create()
33507 …pareBytes(std::vector<uint8_t> captured_packet) {LeSetScanParametersView view = LeSetScanParameter…
33512 …to vec = std::vector<uint8_t>(data, data + size);LeSetScanParametersView view = LeSetScanParameter…