XFusion API v1.3.0
载入中...
搜索中...
未找到
_xf_ble_uuid16_info_t结构体 参考

BLE 16-bit UUID 信息 更多...

#include <xf_ble_types.h>

_xf_ble_uuid16_info_t 的协作图:
Collaboration graph

成员变量

union { 
 
   xf_ble_uuid_type_t   type 
 
   uint8_t   _invalid 
 
};  
 
uint16_t value
 

详细描述

BLE 16-bit UUID 信息

在文件 xf_ble_types.h119 行定义.

结构体成员变量说明

◆ type

UUID 长度类型,见 xf_ble_uuid_type_t

在文件 xf_ble_types.h121 行定义.

◆ _invalid

uint8_t _invalid

用于固定 UUID 长度类型变量的大小为 8-bit

在文件 xf_ble_types.h122 行定义.

◆ [union]

union { ... }

◆ value

uint16_t value

16-bit UUID

在文件 xf_ble_types.h124 行定义.


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