TizenRT Public API  v2.0 M2
bt_socket_received_data_s Struct Reference

Structure of RFCOMM received data. 2.3. More...

#include <bluetooth_type.h>

Data Fields

int socket_fd
 
int data_size
 
char * data
 

Detailed Description

Structure of RFCOMM received data. 2.3.

Remarks
User can use standard linux functions for reading/writing
data from/to sockets.
See also
bt_socket_data_received_cb()

Definition at line 1049 of file bluetooth_type.h.

Field Documentation

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.


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