Home
last modified time | relevance | path

Searched refs:ExtendedInformationFrameView (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.h1004ExtendedInformationFrameView : public StandardFrameView { public:static ExtendedInformationFrameVi… in CreateOptional()
1006ExtendedInformationFrameView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<st… in CreateOptional()
1030 explicit ExtendedInformationFrameView(StandardFrameView parent) : StandardFrameView(std::move(paren… in CreateOptional() function
1062ExtendedInformationFrameView { public:static ExtendedInformationStartFrameView Create(ExtendedInfo… in CreateOptional()
1064 …8_t>>(bytes);return ExtendedInformationStartFrameView::Create(ExtendedInformationFrameView::Create… in CreateOptional()
1072 if (!ExtendedInformationFrameView::Validate()) { in CreateOptional()
1082 explicit ExtendedInformationStartFrameView(ExtendedInformationFrameView parent) : ExtendedInformati… in CreateOptional()
2918 static std::unique_ptr<ExtendedInformationFrameBuilder> FromView(ExtendedInformationFrameView view)… in Create()
2942 …ytes(std::vector<uint8_t> captured_packet) {ExtendedInformationFrameView view = ExtendedInformatio…
2945 …c = std::vector<uint8_t>(data, data + size);ExtendedInformationFrameView view = ExtendedInformatio…