#include <hci_acl.h>
hci_cmd_packet.h HCI Command packet
- Author
- Bertrand Martel
- Version
- 1.0
hci_acl::hci_acl |
( |
const std::vector< char > & |
data | ) |
|
|
inline |
getPacketType retrieve HCI Packet type (HCI_COMMAND / HCI_TYPE_ACL_DATA / HCI_SCO_DATA / HCI_EVENT)
- Returns
Reimplemented from IHciFrame.
std::string hci_acl::toJson |
( |
bool |
beautify | ) |
|
|
inlinevirtual |
toStyledJson convert frame information to beautiful json format
- Returns
Reimplemented from IHciFrame.
Json::Value hci_acl::toJsonObj |
( |
| ) |
|
|
inlinevirtual |
toStyledJson convert frame information to beautiful json format
- Returns
Reimplemented from IHciFrame.
std::vector<uint8_t> hci_acl::acl_data |
uint8_t hci_acl::broadcast_flag |
uint16_t hci_acl::connection_handle |
uint16_t hci_acl::data_total_length |
uint8_t hci_acl::packet_boundary_flag |
The documentation for this struct was generated from the following file: