Home
last modified time | relevance | path

Searched refs:LeRemoveIsoDataPathView (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.h14227LeRemoveIsoDataPathView : public LeIsoCommandView { public:static LeRemoveIsoDataPathView Create(L… in CreateOptional()
14229LeRemoveIsoDataPathView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
14247 explicit LeRemoveIsoDataPathView(LeIsoCommandView parent) : LeIsoCommandView(std::move(parent)) { w… in CreateOptional() function
40171 static std::unique_ptr<LeRemoveIsoDataPathBuilder> FromView(LeRemoveIsoDataPathView view) {if (!vie… in Create()
40194 …pareBytes(std::vector<uint8_t> captured_packet) {LeRemoveIsoDataPathView view = LeRemoveIsoDataPat…
40197 …to vec = std::vector<uint8_t>(data, data + size);LeRemoveIsoDataPathView view = LeRemoveIsoDataPat…