TizenRT Public API
v2.0 M2
|
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 |
Structure of le scan result information. 2.3.1.
Definition at line 907 of file bluetooth_type.h.
bt_device_address_type_e address_type |
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.