Home
last modified time | relevance | path

Searched refs:NoCommandCompleteView (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.h3161NoCommandCompleteView : public CommandCompleteView { public:static NoCommandCompleteView Create(Co… in CreateOptional()
3163 …ic NoCommandCompleteView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
3175 explicit NoCommandCompleteView(CommandCompleteView parent) : CommandCompleteView(std::move(parent))… in CreateOptional() function
21673 static std::unique_ptr<NoCommandCompleteBuilder> FromView(NoCommandCompleteView view) {if (!view.Is… in Create()
21694 …ompareBytes(std::vector<uint8_t> captured_packet) {NoCommandCompleteView view = NoCommandCompleteV…
21697 …auto vec = std::vector<uint8_t>(data, data + size);NoCommandCompleteView view = NoCommandCompleteV…