|
XFusion API v1.3.0
|
BLE GATTS 接收到读请求事件的参数 更多...
#include <xf_ble_gatt_server_types.h>

成员变量 | |
| uint8_t | app_id |
| uint16_t | conn_id |
| uint32_t | trans_id |
| uint16_t | handle |
| uint16_t | offset |
| bool | need_rsp |
| bool | need_authorize |
| bool | is_long |
BLE GATTS 接收到读请求事件的参数
在文件 xf_ble_gatt_server_types.h 第 215 行定义.
| uint8_t app_id |
服务端 (应用) ID
在文件 xf_ble_gatt_server_types.h 第 216 行定义.
| uint16_t conn_id |
链接 (连接) ID
在文件 xf_ble_gatt_server_types.h 第 217 行定义.
| uint32_t trans_id |
传输 ID
在文件 xf_ble_gatt_server_types.h 第 218 行定义.
| uint16_t handle |
属性句柄
在文件 xf_ble_gatt_server_types.h 第 219 行定义.
| uint16_t offset |
值偏移 (如果值过长)
在文件 xf_ble_gatt_server_types.h 第 220 行定义.
| bool need_rsp |
是否需要响应 (回应)
在文件 xf_ble_gatt_server_types.h 第 221 行定义.
| bool need_authorize |
是否需要授权
在文件 xf_ble_gatt_server_types.h 第 222 行定义.
| bool is_long |
值是否过长
在文件 xf_ble_gatt_server_types.h 第 223 行定义.