TizenRT Public API
v2.0 M2
|
LE service data structure. 2.3.1. More...
#include <bluetooth_type.h>
Data Fields | |
char * | service_uuid |
char * | service_data |
int | service_data_len |
LE service data structure. 2.3.1.
Definition at line 940 of file bluetooth_type.h.
char* service_data |
Service data
Definition at line 942 of file bluetooth_type.h.
int service_data_len |
Service data length
Definition at line 943 of file bluetooth_type.h.
char* service_uuid |
16 bit UUID of the service data
Definition at line 941 of file bluetooth_type.h.