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

#include <hci_event_packet.h>

Public Member Functions

 completed_packet (uint16_t connection_handle, uint16_t num_of_completed_packet)
 
Json::Value toJson ()
 

Public Attributes

uint16_t connection_handle
 
uint16_t num_of_completed_packet
 

Constructor & Destructor Documentation

completed_packet::completed_packet ( uint16_t  connection_handle,
uint16_t  num_of_completed_packet 
)
inline

Member Function Documentation

Json::Value completed_packet::toJson ( )
inline

Member Data Documentation

uint16_t completed_packet::connection_handle
uint16_t completed_packet::num_of_completed_packet

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