93 std::string
toJson(
bool beautify);
98 std::vector<IHciFrame*> frame_list;
102 #endif // HCIDECODER_H
The IHciFrame class Interface defining all a generic HCI Frame.
Definition: IHciFrame.h:42
HciDecoder()
Definition: hcidecoder.cpp:40
Definition: hcidecoder.h:58
std::string toJson(bool beautify)
convert all decoded frame to json
Definition: hcidecoder.cpp:70
IHciFrame * decode(std::vector< char > data)
decode one HCI frame
Definition: hcidecoder.cpp:95
~HciDecoder()
Definition: hcidecoder.cpp:43
std::vector< IHciFrame * > getFrameList()
get all decoded packet
Definition: hcidecoder.cpp:58