WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
sle_glp_manager.h
浏览该文件的文档.
1
13#ifndef SLE_GLP_MANAGER_H
14#define SLE_GLP_MANAGER_H
15
16#include <stdint.h>
17#include "errcode.h"
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23typedef struct {
24 uint8_t status;
25 uint16_t con_hdl;
26 int32_t cfo;
28
29typedef void (*sle_cs_glp_report_callback)(uint16_t conn_id,
30 sle_cs_glp_report_t *report);
31
35
37
38#ifdef __cplusplus
39}
40#endif
41#endif /* SLE_GLP_MANAGER_H */
uint32_t errcode_t
Definition of error code.
Definition errcode.h:30
errcode_t sle_glp_register_callbacks(sle_cs_glp_callbacks_t *func)
void(* sle_cs_glp_report_callback)(uint16_t conn_id, sle_cs_glp_report_t *report)
Definition sle_glp_manager.h:29
Definition sle_glp_manager.h:32
sle_cs_glp_report_callback cs_glp_report_cb
Definition sle_glp_manager.h:33
Definition sle_glp_manager.h:23
uint8_t status
Definition sle_glp_manager.h:24
uint16_t con_hdl
Definition sle_glp_manager.h:25
int32_t cfo
Definition sle_glp_manager.h:26