Home
last modified time | relevance | path

Searched refs:LeSetupIsoDataPathView (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.h14169LeSetupIsoDataPathView : public LeIsoCommandView { public:static LeSetupIsoDataPathView Create(LeI… in CreateOptional()
14171 …c LeSetupIsoDataPathView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
14201 explicit LeSetupIsoDataPathView(LeIsoCommandView parent) : LeIsoCommandView(std::move(parent)) { wa… in CreateOptional() function
40096 static std::unique_ptr<LeSetupIsoDataPathBuilder> FromView(LeSetupIsoDataPathView view) {if (!view.… in Create()
40120 …mpareBytes(std::vector<uint8_t> captured_packet) {LeSetupIsoDataPathView view = LeSetupIsoDataPath…
40123 …uto vec = std::vector<uint8_t>(data, data + size);LeSetupIsoDataPathView view = LeSetupIsoDataPath…