Host Communication Protocol
2.0
|
Application Command Packet. More...
#include <fpc_hcp_common.h>
Data Fields | |
fpc_hcp_cmd_t | id |
uint16_t | num_args |
fpc_hcp_arg_data_t * | arguments |
Application Command Packet.
Definition at line 210 of file fpc_hcp_common.h.
fpc_hcp_arg_data_t* fpc_hcp_packet::arguments |
Pointer to argument data
Definition at line 216 of file fpc_hcp_common.h.
fpc_hcp_cmd_t fpc_hcp_packet::id |
Command ID
Definition at line 212 of file fpc_hcp_common.h.
uint16_t fpc_hcp_packet::num_args |
Number of arguments
Definition at line 214 of file fpc_hcp_common.h.