Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1037 auto command_view = bluetooth::hci::ReadInquiryScanTypeView::Create(command); in ReadInquiryScanType()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h7532ReadInquiryScanTypeView : public DiscoveryCommandView { public:static ReadInquiryScanTypeView Crea… in CreateOptional()
7534ReadInquiryScanTypeView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
7546 explicit ReadInquiryScanTypeView(DiscoveryCommandView parent) : DiscoveryCommandView(std::move(pare… in CreateOptional() function
29105 static std::unique_ptr<ReadInquiryScanTypeBuilder> FromView(ReadInquiryScanTypeView view) {if (!vie… in Create()
29126 …pareBytes(std::vector<uint8_t> captured_packet) {ReadInquiryScanTypeView view = ReadInquiryScanTyp…
29129 …to vec = std::vector<uint8_t>(data, data + size);ReadInquiryScanTypeView view = ReadInquiryScanTyp…