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

通过uuid发送通知/指示信息。 更多...

#include <bts_gatt_server.h>

gatts_ntf_ind_by_uuid_t 的协作图:

成员变量

bt_uuid_t chara_uuid
 
uint16_t start_handle
 
uint16_t end_handle
 
uint16_t value_len
 
uint8_t * value
 

详细描述

通过uuid发送通知/指示信息。

结构体成员变量说明

◆ chara_uuid

bt_uuid_t gatts_ntf_ind_by_uuid_t::chara_uuid

特征UUID。

◆ end_handle

uint16_t gatts_ntf_ind_by_uuid_t::end_handle

结束句柄。

◆ start_handle

uint16_t gatts_ntf_ind_by_uuid_t::start_handle

起始句柄。

◆ value

uint8_t* gatts_ntf_ind_by_uuid_t::value

发送的通知/指示数据。

◆ value_len

uint16_t gatts_ntf_ind_by_uuid_t::value_len

通知/指示数据长度。


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