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

BLE GATTS 特征描述符信息 更多...

#include <xf_ble_gatt_server_types.h>

xf_ble_gatts_chara_desc_t 的协作图:
Collaboration graph

成员变量

xf_ble_attr_handle_t chara_desc_handle
 
xf_ble_uuid_info_tdesc_uuid
 
xf_ble_gatt_attr_permission_t permissions
 
uint8_t * value
 
uint16_t value_len
 
xf_ble_gatt_chara_desc_type_t desc_type
 

详细描述

BLE GATTS 特征描述符信息

在文件 xf_ble_gatt_server_types.h62 行定义.

结构体成员变量说明

◆ chara_desc_handle

xf_ble_attr_handle_t chara_desc_handle

特征描述符句柄,见 xf_ble_attr_handle_t

在文件 xf_ble_gatt_server_types.h63 行定义.

◆ desc_uuid

xf_ble_uuid_info_t* desc_uuid

指向描述符 UUID 的指针;使用BLE_UUIDxx_DECLARE宏声明 如果服务中没有更多特征,则为NULL 特征描述符 UUID,见 xf_ble_uuid_info_t

在文件 xf_ble_gatt_server_types.h68 行定义.

◆ permissions

特征描述符权限,见 xf_ble_gatt_attr_permission_t

在文件 xf_ble_gatt_server_types.h69 行定义.

◆ value

uint8_t* value

属性值

在文件 xf_ble_gatt_server_types.h70 行定义.

◆ value_len

uint16_t value_len

属性值长度

在文件 xf_ble_gatt_server_types.h71 行定义.

◆ desc_type

特征描述符类型,见 xf_ble_gatt_chara_desc_type_t

在文件 xf_ble_gatt_server_types.h72 行定义.


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