TizenRT Public API
v2.0 M2
|
The structure for LE iBeacon scan result information. 4.0. More...
#include <bluetooth_type.h>
Data Fields | |
int | company_id |
int | ibeacon_type |
char * | uuid |
int | major_id |
int | minor_id |
int | measured_power |
The structure for LE iBeacon scan result information. 4.0.
Definition at line 924 of file bluetooth_type.h.
int company_id |
Company ID
Definition at line 925 of file bluetooth_type.h.
int ibeacon_type |
iBeacon type
Definition at line 926 of file bluetooth_type.h.
int major_id |
Major ID
Definition at line 928 of file bluetooth_type.h.
int measured_power |
Measured power
Definition at line 930 of file bluetooth_type.h.
int minor_id |
Minor ID
Definition at line 929 of file bluetooth_type.h.
char* uuid |
UUID
Definition at line 927 of file bluetooth_type.h.