Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc1112 auto command_view = bluetooth::hci::ReadClassOfDeviceView::Create(command); in ReadClassOfDevice()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h6627ReadClassOfDeviceView : public DiscoveryCommandView { public:static ReadClassOfDeviceView Create(D… in CreateOptional()
6629 …ic ReadClassOfDeviceView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
6641 explicit ReadClassOfDeviceView(DiscoveryCommandView parent) : DiscoveryCommandView(std::move(parent… in CreateOptional() function
27519 static std::unique_ptr<ReadClassOfDeviceBuilder> FromView(ReadClassOfDeviceView view) {if (!view.Is… in Create()
27540 …ompareBytes(std::vector<uint8_t> captured_packet) {ReadClassOfDeviceView view = ReadClassOfDeviceV…
27543 …auto vec = std::vector<uint8_t>(data, data + size);ReadClassOfDeviceView view = ReadClassOfDeviceV…