Home
last modified time | relevance | path

Searched refs:WritePinTypeView (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.h5917WritePinTypeView : public CommandView { public:static WritePinTypeView Create(CommandView parent){… in CreateOptional()
5919 static WritePinTypeView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::vec… in CreateOptional()
5933 explicit WritePinTypeView(CommandView parent) : CommandView(std::move(parent)) { was_validated_ = f… in CreateOptional() function
26240 static std::unique_ptr<WritePinTypeBuilder> FromView(WritePinTypeView view) {if (!view.IsValid()) r… in Create()
26261 …oid CompareBytes(std::vector<uint8_t> captured_packet) {WritePinTypeView view = WritePinTypeView::…
26264 …ze) {auto vec = std::vector<uint8_t>(data, data + size);WritePinTypeView view = WritePinTypeView::…