Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_test.cc132 ReadLocalExtendedFeaturesView read_command = ReadLocalExtendedFeaturesView::Create(command); in HandleCommand()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc456 auto command_view = bluetooth::hci::ReadLocalExtendedFeaturesView::Create(command); in ReadLocalExtendedFeatures()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h8750ReadLocalExtendedFeaturesView : public CommandView { public:static ReadLocalExtendedFeaturesView C… in CreateOptional()
8752ReadLocalExtendedFeaturesView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<s… in CreateOptional()
8766 explicit ReadLocalExtendedFeaturesView(CommandView parent) : CommandView(std::move(parent)) { was_v… in CreateOptional() function
31318 static std::unique_ptr<ReadLocalExtendedFeaturesBuilder> FromView(ReadLocalExtendedFeaturesView vie… in Create()
31339 …tes(std::vector<uint8_t> captured_packet) {ReadLocalExtendedFeaturesView view = ReadLocalExtendedF…
31346 … = std::vector<uint8_t>(data, data + size);ReadLocalExtendedFeaturesView view = ReadLocalExtendedF…