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

BLE GATTS 服务删除事件的参数 更多...

#include <xf_ble_gatt_server_types.h>

xf_ble_evt_param_gatts_add_chara_t 的协作图:
Collaboration graph

成员变量

uint8_t app_id
 
uint16_t service_handle
 
uint16_t chara_handle
 
xf_ble_uuid_info_t chara_uuid
 
uint16_t chara_value_handle
 

详细描述

BLE GATTS 服务删除事件的参数

在文件 xf_ble_gatt_server_types.h178 行定义.

结构体成员变量说明

◆ app_id

uint8_t app_id

服务端 (应用) ID

在文件 xf_ble_gatt_server_types.h179 行定义.

◆ service_handle

uint16_t service_handle

服务句柄

在文件 xf_ble_gatt_server_types.h180 行定义.

◆ chara_handle

uint16_t chara_handle

特征句柄

在文件 xf_ble_gatt_server_types.h181 行定义.

◆ chara_uuid

xf_ble_uuid_info_t chara_uuid

特征 UUID,见 xf_ble_uuid_info_t

在文件 xf_ble_gatt_server_types.h182 行定义.

◆ chara_value_handle

uint16_t chara_value_handle

特征值句柄

在文件 xf_ble_gatt_server_types.h183 行定义.


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