| hci-decoder
    1.0
    Lightweight Bluetooth HCI decoder library parsing individually HCI frames into JSON format | 
#include <hci_event_packet.h>
| Public Member Functions | |
| Json::Value | toJson () | 
| Public Attributes | |
| uint8_t | event_type | 
| uint8_t | address_type | 
| bt_address | address | 
| uint8_t | data_length | 
| std::vector< uint8_t > | data | 
| uint8_t | rssi | 
| 
 | inline | 
| bt_address advertising_report::address | 
| uint8_t advertising_report::address_type | 
| std::vector<uint8_t> advertising_report::data | 
| uint8_t advertising_report::data_length | 
| uint8_t advertising_report::event_type | 
| uint8_t advertising_report::rssi |