TizenRT Public API  v2.0 M2
bt_socket_connection_s Struct Reference

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
 

Detailed Description

Rfcomm connection data used for exchanging data between Bluetooth devices. 2.3.

See also
bt_socket_connection_state_changed_cb()

Definition at line 1031 of file bluetooth_type.h.

Field Documentation

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.


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