Initial commit: CCU621_M firmware project with BLE debug link support.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-08 17:28:36 +08:00
commit 9ceb218f80
1597 changed files with 724159 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
/*
* Copyright (C) 2015-2018 Alibaba Group Holding Limited
*/
#ifndef _IOTX_CM_COAP_H_
#define _IOTX_CM_COAP_H_
#include "iotx_cm.h"
#include "iotx_cm_internal.h"
#include "coap_api.h"
typedef struct {
uint32_t token_num;
void *user_data;
char *topic;
iotx_cm_data_handle_cb responce_cb;
void *context;
dlist_t linked_list;
} coap_response_node_t;
iotx_cm_connection_t *iotx_cm_open_coap(iotx_cm_init_param_t *params);
#endif /* _LINKKIT_CM_H_ */