Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h8550ConfigureDataPathView : public CommandView { public:static ConfigureDataPathView Create(CommandVie… in CreateOptional()
8552 …ic ConfigureDataPathView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
8574 explicit ConfigureDataPathView(CommandView parent) : CommandView(std::move(parent)) { was_validated… in CreateOptional() function
30958 static std::unique_ptr<ConfigureDataPathBuilder> FromView(ConfigureDataPathView view) {if (!view.Is… in Create()
30980 …ompareBytes(std::vector<uint8_t> captured_packet) {ConfigureDataPathView view = ConfigureDataPathV…
30983 …auto vec = std::vector<uint8_t>(data, data + size);ConfigureDataPathView view = ConfigureDataPathV…