Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1014 auto command_view = bluetooth::hci::ReadPageScanTypeView::Create(command); in ReadPageScanType()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h7684ReadPageScanTypeView : public DiscoveryCommandView { public:static ReadPageScanTypeView Create(Dis… in CreateOptional()
7686 …tic ReadPageScanTypeView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
7698 explicit ReadPageScanTypeView(DiscoveryCommandView parent) : DiscoveryCommandView(std::move(parent)… in CreateOptional() function
29385 static std::unique_ptr<ReadPageScanTypeBuilder> FromView(ReadPageScanTypeView view) {if (!view.IsVa… in Create()
29406 …CompareBytes(std::vector<uint8_t> captured_packet) {ReadPageScanTypeView view = ReadPageScanTypeVi…
29409 …{auto vec = std::vector<uint8_t>(data, data + size);ReadPageScanTypeView view = ReadPageScanTypeVi…