Home
last modified time | relevance | path

Searched refs:ReadPinTypeView (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.h5879ReadPinTypeView : public CommandView { public:static ReadPinTypeView Create(CommandView parent){ r… in CreateOptional()
5881 static ReadPinTypeView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::vect… in CreateOptional()
5893 explicit ReadPinTypeView(CommandView parent) : CommandView(std::move(parent)) { was_validated_ = fa… in CreateOptional() function
26170 static std::unique_ptr<ReadPinTypeBuilder> FromView(ReadPinTypeView view) {if (!view.IsValid()) ret… in Create()
26191 …void CompareBytes(std::vector<uint8_t> captured_packet) {ReadPinTypeView view = ReadPinTypeView::F…
26194 …ize) {auto vec = std::vector<uint8_t>(data, data + size);ReadPinTypeView view = ReadPinTypeView::F…