TizenRT Public API  v2.0 M2
bt_adapter_le_device_scan_result_info_s Struct Reference

Structure of le scan result information. 2.3.1. More...

#include <bluetooth_type.h>

Data Fields

char * remote_address
 
bt_device_address_type_e address_type
 
int rssi
 
int adv_data_len
 
char * adv_data
 
int scan_data_len
 
char * scan_data
 

Detailed Description

Structure of le scan result information. 2.3.1.

See also
bt_adapter_le_start_scan()

Definition at line 907 of file bluetooth_type.h.

Field Documentation

The address type of remote device

Definition at line 909 of file bluetooth_type.h.

char* adv_data

advertising indication data

Definition at line 912 of file bluetooth_type.h.

int adv_data_len

advertising indication data length

Definition at line 911 of file bluetooth_type.h.

char* remote_address

The address of remote device

Definition at line 908 of file bluetooth_type.h.

int rssi

The strength indicator of received signal

Definition at line 910 of file bluetooth_type.h.

char* scan_data

scan response data

Definition at line 914 of file bluetooth_type.h.

int scan_data_len

scan response data length

Definition at line 913 of file bluetooth_type.h.


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