Home
last modified time | relevance | path

Searched refs:ReadLmpHandleCompleteView (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.h4203ReadLmpHandleCompleteView : public CommandCompleteView { public:static ReadLmpHandleCompleteView C… in CreateOptional()
4205ReadLmpHandleCompleteView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::… in CreateOptional()
4227 explicit ReadLmpHandleCompleteView(CommandCompleteView parent) : CommandCompleteView(std::move(pare… in CreateOptional() function
23539 static std::unique_ptr<ReadLmpHandleCompleteBuilder> FromView(ReadLmpHandleCompleteView view) {if (… in Create()
23563 …reBytes(std::vector<uint8_t> captured_packet) {ReadLmpHandleCompleteView view = ReadLmpHandleCompl…
23566 … vec = std::vector<uint8_t>(data, data + size);ReadLmpHandleCompleteView view = ReadLmpHandleCompl…