WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
gatts_req_write_cb_t结构体 参考

写请求信息。 更多...

#include <bts_gatt_server.h>

成员变量

uint16_t request_id
 
uint16_t handle
 
uint16_t offset
 
bool need_rsp
 
bool need_authorize
 
bool is_prep
 
uint16_t length
 
uint8_t * value
 

详细描述

写请求信息。

结构体成员变量说明

◆ handle

uint16_t gatts_req_write_cb_t::handle

请求写的属性句柄。

◆ is_prep

bool gatts_req_write_cb_t::is_prep

请求是否是准备写。

◆ length

uint16_t gatts_req_write_cb_t::length

请求写的数据长度。

◆ need_authorize

bool gatts_req_write_cb_t::need_authorize

是否需要授权。

◆ need_rsp

bool gatts_req_write_cb_t::need_rsp

是否需要发送响应。

◆ offset

uint16_t gatts_req_write_cb_t::offset

请求写的字节偏移。

◆ request_id

uint16_t gatts_req_write_cb_t::request_id

请求id。

◆ value

uint8_t* gatts_req_write_cb_t::value

请求写的数据。


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