Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc991 auto command_view = bluetooth::hci::ReadInquiryModeView::Create(command); in ReadInquiryMode()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h7608ReadInquiryModeView : public DiscoveryCommandView { public:static ReadInquiryModeView Create(Disco… in CreateOptional()
7610 …atic ReadInquiryModeView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
7622 explicit ReadInquiryModeView(DiscoveryCommandView parent) : DiscoveryCommandView(std::move(parent))… in CreateOptional() function
29245 static std::unique_ptr<ReadInquiryModeBuilder> FromView(ReadInquiryModeView view) {if (!view.IsVali… in Create()
29266 … CompareBytes(std::vector<uint8_t> captured_packet) {ReadInquiryModeView view = ReadInquiryModeVie…
29269 … {auto vec = std::vector<uint8_t>(data, data + size);ReadInquiryModeView view = ReadInquiryModeVie…