XFusion API v1.3.0
|
BLE 16-bit UUID 信息 更多...
#include <xf_ble_types.h>
成员变量 | ||
union { | ||
xf_ble_uuid_type_t type | ||
uint8_t _invalid | ||
}; | ||
uint16_t | value | |
BLE 16-bit UUID 信息
在文件 xf_ble_types.h 第 119 行定义.
xf_ble_uuid_type_t type |
UUID 长度类型,见 xf_ble_uuid_type_t
在文件 xf_ble_types.h 第 121 行定义.
uint8_t _invalid |
用于固定 UUID 长度类型变量的大小为 8-bit
在文件 xf_ble_types.h 第 122 行定义.
union { ... } |
uint16_t value |
16-bit UUID
在文件 xf_ble_types.h 第 124 行定义.