TizenRT Public API
v2.0 M2
|
Rfcomm connection data used for exchanging data between Bluetooth devices. 2.3. More...
#include <bluetooth_type.h>
Data Fields | |
int | socket_fd |
int | server_fd |
bt_socket_role_e | local_role |
char * | remote_address |
char * | service_uuid |
Rfcomm connection data used for exchanging data between Bluetooth devices. 2.3.
Definition at line 1031 of file bluetooth_type.h.
bt_socket_role_e local_role |
The local device role in this connection
Definition at line 1034 of file bluetooth_type.h.
char* remote_address |
The remote device address
Definition at line 1035 of file bluetooth_type.h.
int server_fd |
The file descriptor of the server socket or -1 for client connection
Definition at line 1033 of file bluetooth_type.h.
char* service_uuid |
The service UUId
Definition at line 1036 of file bluetooth_type.h.
int socket_fd |
The file descriptor of connected socket
Definition at line 1032 of file bluetooth_type.h.