TizenRT Public API  v2.0 M2
bt_device_info_s Struct Reference

Device information structure used for identifying pear device. 2.3. More...

#include <bluetooth_type.h>

Collaboration diagram for bt_device_info_s:

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
 

Detailed Description

Device information structure used for identifying pear device. 2.3.

See also
bt_class_s
bt_device_bond_created_cb()

Definition at line 982 of file bluetooth_type.h.

Field Documentation

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.


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