TizenRT Public API
v2.0 M2
|
The structure type containing data received from the HID Host. . More...
#include <bluetooth_type.h>
Data Fields | |
const char * | address |
bt_hid_header_type_e | header_type |
bt_hid_param_type_e | param_type |
int | data_size |
const char * | data |
The structure type containing data received from the HID Host. .
Definition at line 2003 of file bluetooth_type.h.
const char* address |
The remote device's address
Definition at line 2004 of file bluetooth_type.h.
const char* data |
The received data
Definition at line 2008 of file bluetooth_type.h.
int data_size |
The length of the received data
Definition at line 2007 of file bluetooth_type.h.
bt_hid_header_type_e header_type |
The header type
Definition at line 2005 of file bluetooth_type.h.
bt_hid_param_type_e param_type |
The parameter type
Definition at line 2006 of file bluetooth_type.h.