Home
last modified time | relevance | path

Searched refs:ControlFrameView (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/l2cap/BluetoothGeneratedPacketsL2cap_h/gen/l2cap/
Dl2cap_packets.h1131ControlFrameView : public BasicFrameView { public:static ControlFrameView Create(BasicFrameView pa… in CreateOptional()
1133 static ControlFrameView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::vec… in CreateOptional()
1149 explicit ControlFrameView(BasicFrameView parent) : BasicFrameView(std::move(parent)) { was_validate… in CreateOptional() function
3107 static std::unique_ptr<ControlFrameBuilder> FromView(ControlFrameView view) {if (!view.IsValid()) r… in Create()
3130 …oid CompareBytes(std::vector<uint8_t> captured_packet) {ControlFrameView view = ControlFrameView::…
3133 …ze) {auto vec = std::vector<uint8_t>(data, data + size);ControlFrameView view = ControlFrameView::…