Home
last modified time | relevance | path

Searched refs:FirstLeInformationFrameView (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.h1108FirstLeInformationFrameView : public BasicFrameView { public:static FirstLeInformationFrameView Cr… in CreateOptional()
1110FirstLeInformationFrameView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std… in CreateOptional()
1128 explicit FirstLeInformationFrameView(BasicFrameView parent) : BasicFrameView(std::move(parent)) { w… in CreateOptional() function
3070 static std::unique_ptr<FirstLeInformationFrameBuilder> FromView(FirstLeInformationFrameView view) {… in Create()
3093 …Bytes(std::vector<uint8_t> captured_packet) {FirstLeInformationFrameView view = FirstLeInformation…
3096 …ec = std::vector<uint8_t>(data, data + size);FirstLeInformationFrameView view = FirstLeInformation…