Searched refs:LeControlFrameView (Results 1 – 1 of 1) sorted by relevance
1819 …LeControlFrameView : public BasicFrameView { public:static LeControlFrameView Create(BasicFrameVie… in CreateOptional()1821 …tatic LeControlFrameView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()1837 explicit LeControlFrameView(BasicFrameView parent) : BasicFrameView(std::move(parent)) { was_valida… in CreateOptional() function4162 static std::unique_ptr<LeControlFrameBuilder> FromView(LeControlFrameView view) {if (!view.IsValid(… in Create()4185 …d CompareBytes(std::vector<uint8_t> captured_packet) {LeControlFrameView view = LeControlFrameView…4188 …) {auto vec = std::vector<uint8_t>(data, data + size);LeControlFrameView view = LeControlFrameView…