hci-decoder  1.0
Lightweight Bluetooth HCI decoder library parsing individually HCI frames into JSON format
le_meta_advertising_report_event Struct Reference

#include <hci_event_packet.h>

Inheritance diagram for le_meta_advertising_report_event:
IHciEventFrame IHciFrame

Public Member Functions

void clear ()
 
 le_meta_advertising_report_event (const std::vector< char > &data)
 
Json::Value toJsonObj ()
 toStyledJson convert frame information to beautiful json format More...
 
- Public Member Functions inherited from IHciEventFrame
EVENT_ENUM getEventCode ()
 getEventCode retrieve event code More...
 
void print ()
 
std::string toJson (bool beautify)
 toStyledJson convert frame information to beautiful json format More...
 
HCI_PACKET_TYPE_ENUM getPacketType ()
 getPacketType retrieve HCI Packet type (HCI_COMMAND / HCI_ACL_DATA / HCI_SCO_DATA / HCI_EVENT) More...
 
uint8_t getParamterTotalLength ()
 getParamterTotalLength number in bytes of total parameter length More...
 
- Public Member Functions inherited from IHciFrame
virtual ~IHciFrame ()
 

Public Attributes

uint8_t num_reports
 
LE_SUBEVENT_ENUM subevent_code
 
std::vector< advertising_report * > ad_report_items
 

Additional Inherited Members

- Protected Member Functions inherited from IHciEventFrame
void init (Json::Value &output)
 
- Protected Attributes inherited from IHciEventFrame
EVENT_ENUM event_code
 
uint8_t parameter_total_length
 

Constructor & Destructor Documentation

le_meta_advertising_report_event::le_meta_advertising_report_event ( const std::vector< char > &  data)
inline

Member Function Documentation

void le_meta_advertising_report_event::clear ( )
inlinevirtual

Reimplemented from IHciFrame.

Json::Value le_meta_advertising_report_event::toJsonObj ( )
inlinevirtual

toStyledJson convert frame information to beautiful json format

Returns

Reimplemented from IHciFrame.

Member Data Documentation

std::vector<advertising_report*> le_meta_advertising_report_event::ad_report_items
uint8_t le_meta_advertising_report_event::num_reports
LE_SUBEVENT_ENUM le_meta_advertising_report_event::subevent_code

The documentation for this struct was generated from the following file: