TuyaOS
成员变量
TKL_BLE_UUID_T结构体 参考

Bluetooth Low Energy UUID type, encapsulates both 16-bit and 128-bit UUIDs. 更多...

#include <tkl_bluetooth_def.h>

成员变量

union {
   UCHAR_T   uuid128 [16]
 
   USHORT_T   uuid16
 
   UINT_T   uuid32
 
uuid
 
TKL_BLE_UUID_TYPE_E uuid_type
 

详细描述

Bluetooth Low Energy UUID type, encapsulates both 16-bit and 128-bit UUIDs.

结构体成员变量说明

◆ uuid128

UCHAR_T TKL_BLE_UUID_T::uuid128[16]

Little-Endian UUID bytes. 128bit uuid

◆ uuid16

USHORT_T TKL_BLE_UUID_T::uuid16

16-bit UUID value

◆ uuid32

UINT_T TKL_BLE_UUID_T::uuid32

32-bit UUID value

◆ uuid_type

TKL_BLE_UUID_TYPE_E TKL_BLE_UUID_T::uuid_type

UUID Type, Refer to @TKL_BLE_UUID_TYPE_E


该结构体的文档由以下文件生成: