|
XFusion API v1.3.0
|
BLE GATTS 特征描述符添加事件的参数 更多...
#include <xf_ble_gatt_server_types.h>

成员变量 | |
| uint8_t | app_id |
| uint16_t | service_handle |
| xf_ble_uuid_info_t | desc_uuid |
| uint16_t | desc_handle |
BLE GATTS 特征描述符添加事件的参数
在文件 xf_ble_gatt_server_types.h 第 189 行定义.
| uint8_t app_id |
服务端 (应用) ID
在文件 xf_ble_gatt_server_types.h 第 190 行定义.
| uint16_t service_handle |
服务句柄
在文件 xf_ble_gatt_server_types.h 第 191 行定义.
| xf_ble_uuid_info_t desc_uuid |
特征描述符 UUID,见 xf_ble_uuid_info_t
在文件 xf_ble_gatt_server_types.h 第 192 行定义.
| uint16_t desc_handle |
特征描述符句柄
在文件 xf_ble_gatt_server_types.h 第 193 行定义.