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

BLE GATTS 特征信息 更多...

#include <xf_ble_gatt_server_types.h>

_xf_ble_gatts_chara_t 的协作图:
Collaboration graph

成员变量

xf_ble_attr_handle_t chara_handle
 
xf_ble_gatt_chara_property_t properties
 
xf_ble_attr_handle_t chara_value_handle
 
xf_ble_uuid_info_tchara_uuid
 
xf_ble_gatts_chara_value_t chara_value
 
xf_ble_gatts_chara_desc_tdesc_set
 

详细描述

BLE GATTS 特征信息

示例
examples/wireless/ble/sample_gatt_server/main/xf_main.c.

在文件 xf_ble_gatt_server_types.h89 行定义.

结构体成员变量说明

◆ chara_handle

xf_ble_attr_handle_t chara_handle

特征句柄,见 xf_ble_attr_handle_t

在文件 xf_ble_gatt_server_types.h90 行定义.

◆ properties

特征特性,见 xf_ble_gatt_chara_property_t

在文件 xf_ble_gatt_server_types.h91 行定义.

◆ chara_value_handle

xf_ble_attr_handle_t chara_value_handle

特征值句柄,见 xf_ble_attr_handle_t

在文件 xf_ble_gatt_server_types.h92 行定义.

◆ chara_uuid

xf_ble_uuid_info_t* chara_uuid

特征 UUID ,见 xf_ble_uuid_info_t

在文件 xf_ble_gatt_server_types.h93 行定义.

◆ chara_value

特征值信息,见 xf_ble_gatts_chara_value_t

在文件 xf_ble_gatt_server_types.h94 行定义.

◆ desc_set

特征描述符集合信息,如无,则填 NULL,见 xf_ble_gatts_chara_desc_t

在文件 xf_ble_gatt_server_types.h96 行定义.


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