Home
last modified time | relevance | path

Searched refs:ReadLocalSupportedCommandsView (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_test.cc397 ReadLocalSupportedCommandsView::Create(CommandView::Create(*sent_command)); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc425 auto command_view = bluetooth::hci::ReadLocalSupportedCommandsView::Create(command); in ReadLocalSupportedCommands()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h8673ReadLocalSupportedCommandsView : public CommandView { public:static ReadLocalSupportedCommandsView in CreateOptional()
8675ReadLocalSupportedCommandsView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<… in CreateOptional()
8687 explicit ReadLocalSupportedCommandsView(CommandView parent) : CommandView(std::move(parent)) { was_… in CreateOptional() function
31173 static std::unique_ptr<ReadLocalSupportedCommandsBuilder> FromView(ReadLocalSupportedCommandsView v… in Create()
31194 …es(std::vector<uint8_t> captured_packet) {ReadLocalSupportedCommandsView view = ReadLocalSupported…
31199 …= std::vector<uint8_t>(data, data + size);ReadLocalSupportedCommandsView view = ReadLocalSupported…