XFusion API v1.3.0
|
BLE GATTS 特征信息 更多...
#include <xf_ble_gatt_server_types.h>
BLE GATTS 特征信息
在文件 xf_ble_gatt_server_types.h 第 89 行定义.
xf_ble_attr_handle_t chara_handle |
特征句柄,见 xf_ble_attr_handle_t
在文件 xf_ble_gatt_server_types.h 第 90 行定义.
xf_ble_gatt_chara_property_t properties |
特征特性,见 xf_ble_gatt_chara_property_t
在文件 xf_ble_gatt_server_types.h 第 91 行定义.
xf_ble_attr_handle_t chara_value_handle |
特征值句柄,见 xf_ble_attr_handle_t
在文件 xf_ble_gatt_server_types.h 第 92 行定义.
xf_ble_uuid_info_t* chara_uuid |
特征 UUID ,见 xf_ble_uuid_info_t
在文件 xf_ble_gatt_server_types.h 第 93 行定义.
xf_ble_gatts_chara_value_t chara_value |
特征值信息,见 xf_ble_gatts_chara_value_t
在文件 xf_ble_gatt_server_types.h 第 94 行定义.
xf_ble_gatts_chara_desc_t* desc_set |
特征描述符集合信息,如无,则填 NULL,见 xf_ble_gatts_chara_desc_t
在文件 xf_ble_gatt_server_types.h 第 96 行定义.