TizenRT Public API
v2.0 M2
|
Structure of device discovery information. 2.3. More...
#include <bluetooth_type.h>
Data Fields | |
char * | remote_address |
char * | remote_name |
bt_class_s | bt_class |
int | rssi |
bool | is_bonded |
char ** | service_uuid |
int | service_count |
bt_appearance_type_e | appearance |
int | manufacturer_data_len |
char * | manufacturer_data |
Structure of device discovery information. 2.3.
Definition at line 887 of file bluetooth_type.h.
bt_appearance_type_e appearance |
The Bluetooth appearance
Definition at line 895 of file bluetooth_type.h.
bt_class_s bt_class |
The Bluetooth classes
Definition at line 890 of file bluetooth_type.h.
bool is_bonded |
The bonding state
Definition at line 892 of file bluetooth_type.h.
char* manufacturer_data |
manufacturer specific data
Definition at line 897 of file bluetooth_type.h.
int manufacturer_data_len |
manufacturer specific data length
Definition at line 896 of file bluetooth_type.h.
char* remote_address |
The address of remote device
Definition at line 888 of file bluetooth_type.h.
char* remote_name |
The name of remote device
Definition at line 889 of file bluetooth_type.h.
int rssi |
The strength indicator of received signal
Definition at line 891 of file bluetooth_type.h.
int service_count |
The number of services
Definition at line 894 of file bluetooth_type.h.
char** service_uuid |
The UUID list of service
Definition at line 893 of file bluetooth_type.h.