TizenRT Public API
v2.0 M2
|
Structure of RFCOMM received data. 2.3. More...
#include <bluetooth_type.h>
Data Fields | |
int | socket_fd |
int | data_size |
char * | data |
Structure of RFCOMM received data. 2.3.
Definition at line 1049 of file bluetooth_type.h.
char* data |
The received data
Definition at line 1052 of file bluetooth_type.h.
int data_size |
The length of the received data
Definition at line 1051 of file bluetooth_type.h.
int socket_fd |
The socket fd
Definition at line 1050 of file bluetooth_type.h.