|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
通过uuid发送通知/指示信息。 更多...
#include <bts_gatt_server.h>

成员变量 | |
| bt_uuid_t | chara_uuid |
| uint16_t | start_handle |
| uint16_t | end_handle |
| uint16_t | value_len |
| uint8_t * | value |
通过uuid发送通知/指示信息。
| bt_uuid_t gatts_ntf_ind_by_uuid_t::chara_uuid |
特征UUID。
| uint16_t gatts_ntf_ind_by_uuid_t::end_handle |
结束句柄。
| uint16_t gatts_ntf_ind_by_uuid_t::start_handle |
起始句柄。
| uint8_t* gatts_ntf_ind_by_uuid_t::value |
发送的通知/指示数据。
| uint16_t gatts_ntf_ind_by_uuid_t::value_len |
通知/指示数据长度。