Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1025 auto command_view = bluetooth::hci::WritePageScanTypeView::Create(command); in WritePageScanType()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h7722WritePageScanTypeView : public DiscoveryCommandView { public:static WritePageScanTypeView Create(D… in CreateOptional()
7724 …ic WritePageScanTypeView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
7738 explicit WritePageScanTypeView(DiscoveryCommandView parent) : DiscoveryCommandView(std::move(parent… in CreateOptional() function
29455 static std::unique_ptr<WritePageScanTypeBuilder> FromView(WritePageScanTypeView view) {if (!view.Is… in Create()
29476 …ompareBytes(std::vector<uint8_t> captured_packet) {WritePageScanTypeView view = WritePageScanTypeV…
29479 …auto vec = std::vector<uint8_t>(data, data + size);WritePageScanTypeView view = WritePageScanTypeV…