|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
读请求信息。 更多...
#include <bts_gatt_server.h>
成员变量 | |
| uint16_t | request_id |
| uint16_t | handle |
| uint16_t | offset |
| bool | need_rsp |
| bool | need_authorize |
| bool | is_long |
读请求信息。
| uint16_t gatts_req_read_cb_t::handle |
请求读的属性句柄。
| bool gatts_req_read_cb_t::is_long |
请求是否是读长特征。
| bool gatts_req_read_cb_t::need_authorize |
是否需要授权。
| bool gatts_req_read_cb_t::need_rsp |
是否需要发送响应。
| uint16_t gatts_req_read_cb_t::offset |
请求读的字节偏移。
| uint16_t gatts_req_read_cb_t::request_id |
请求id。