|
TuyaOS
|
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.
| UCHAR_T TKL_BLE_UUID_T::uuid128[16] |
Little-Endian UUID bytes. 128bit uuid
| USHORT_T TKL_BLE_UUID_T::uuid16 |
16-bit UUID value
| UINT_T TKL_BLE_UUID_T::uuid32 |
32-bit UUID value
| TKL_BLE_UUID_TYPE_E TKL_BLE_UUID_T::uuid_type |
UUID Type, Refer to @TKL_BLE_UUID_TYPE_E