Tizen Native API
5.5
The Basics of Tizen Native API Reference
Native API Reference
Public Attributes
bt_socket_received_data_s Struct Reference
Bluetooth Socket
Public Attributes
int
socket_fd
int
data_size
char *
data
Detailed Description
Structure of RFCOMM received data.
Since :
2.3
Remarks:
User can use standard linux functions for reading/writing
data from/to sockets.
See also:
bt_socket_data_received_cb()
Member Data Documentation
char*
bt_socket_received_data_s::data
The received data
int
bt_socket_received_data_s::data_size
The length of the received data
int
bt_socket_received_data_s::socket_fd
The socket fd
bt_socket_received_data_s
Except as noted, this content - excluding the Code Examples - is licensed under
Creative Commons Attribution 3.0
and all of the Code Examples contained herein are licensed under
BSD-3-Clause
.
For details, see the
Content License
.