TizenRT Public API
v2.0 M2
|
Device information structure used for identifying pear device. 2.3. More...
#include <bluetooth_type.h>
Data Fields | |
char * | remote_address |
char * | remote_name |
bt_class_s | bt_class |
char ** | service_uuid |
int | service_count |
bool | is_bonded |
bool | is_connected |
bool | is_authorized |
int | manufacturer_data_len |
char * | manufacturer_data |
Device information structure used for identifying pear device. 2.3.
Definition at line 982 of file bluetooth_type.h.
bt_class_s bt_class |
The Bluetooth classes
Definition at line 985 of file bluetooth_type.h.
bool is_authorized |
The authorization state
Definition at line 990 of file bluetooth_type.h.
bool is_bonded |
The bonding state
Definition at line 988 of file bluetooth_type.h.
bool is_connected |
The connection state
Definition at line 989 of file bluetooth_type.h.
char* manufacturer_data |
manufacturer specific data
Definition at line 992 of file bluetooth_type.h.
int manufacturer_data_len |
manufacturer specific data length
Definition at line 991 of file bluetooth_type.h.
char* remote_address |
The address of remote device
Definition at line 983 of file bluetooth_type.h.
char* remote_name |
The name of remote device
Definition at line 984 of file bluetooth_type.h.
int service_count |
The number of services
Definition at line 987 of file bluetooth_type.h.
char** service_uuid |
The UUID list of service
Definition at line 986 of file bluetooth_type.h.