XFusion API v1.3.0
|
#include <xf_ble_gatt_server_types.h>
成员变量 | |
xf_ble_attr_handle_t | service_handle |
xf_ble_gatt_service_type_t | service_type |
xf_ble_uuid_info_t * | service_uuid |
xf_ble_gatts_service_t ** | include_set |
xf_ble_gatts_chara_t * | chara_set |
在文件 xf_ble_gatt_server_types.h 第 103 行定义.
xf_ble_attr_handle_t service_handle |
服务句柄,见 xf_ble_attr_handle_t
在文件 xf_ble_gatt_server_types.h 第 104 行定义.
xf_ble_gatt_service_type_t service_type |
服务类型,见 xf_ble_gatt_service_type_t
在文件 xf_ble_gatt_server_types.h 第 105 行定义.
xf_ble_uuid_info_t* service_uuid |
服务UUID ,见 xf_ble_uuid_info_t
在文件 xf_ble_gatt_server_types.h 第 106 行定义.
xf_ble_gatts_service_t** include_set |
包含服务 (include service) 集合信息,见 xf_ble_gatts_service_t
在文件 xf_ble_gatt_server_types.h 第 108 行定义.
xf_ble_gatts_chara_t* chara_set |
特征集合信息 ,见 xf_ble_gatts_chara_t
在文件 xf_ble_gatt_server_types.h 第 109 行定义.