TizenRT Public API  v2.0 M2
bt_hid_device_received_data_s Struct Reference

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
 

Detailed Description

The structure type containing data received from the HID Host. .

Definition at line 2003 of file bluetooth_type.h.

Field Documentation

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.


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