TizenRT Public API  v2.0 M2
bt_adapter_device_discovery_info_s Struct Reference

Structure of device discovery information. 2.3. More...

#include <bluetooth_type.h>

Collaboration diagram for bt_adapter_device_discovery_info_s:

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
 

Detailed Description

Structure of device discovery information. 2.3.

See also
bt_class_s
bt_adapter_device_discovery_state_changed_cb()

Definition at line 887 of file bluetooth_type.h.

Field Documentation

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.


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