Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_test.cc421 ReadLocalSupportedFeaturesView::Create(CommandView::Create(*sent_command)); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc435 auto command_view = bluetooth::hci::ReadLocalSupportedFeaturesView::Create(command); in ReadLocalSupportedFeatures()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h8712ReadLocalSupportedFeaturesView : public CommandView { public:static ReadLocalSupportedFeaturesView in CreateOptional()
8714ReadLocalSupportedFeaturesView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<… in CreateOptional()
8726 explicit ReadLocalSupportedFeaturesView(CommandView parent) : CommandView(std::move(parent)) { was_… in CreateOptional() function
31248 static std::unique_ptr<ReadLocalSupportedFeaturesBuilder> FromView(ReadLocalSupportedFeaturesView v… in Create()
31269 …es(std::vector<uint8_t> captured_packet) {ReadLocalSupportedFeaturesView view = ReadLocalSupported…
31272 …= std::vector<uint8_t>(data, data + size);ReadLocalSupportedFeaturesView view = ReadLocalSupported…