移除静态编译文件,把协议源码移植进来

This commit is contained in:
2026-09-04 14:19:53 +08:00
parent 2914489fe6
commit f4eb881ba7
16 changed files with 7065 additions and 13 deletions
+53
View File
@@ -0,0 +1,53 @@
/****************************************************************************/
/* bleproto.h
*
* Copyright (C) 2021 四川迈科创智科技有限公司
*
****************************************************************************/
#ifndef BLEPROTO_H_INCLUDE
#define BLEPROTO_H_INCLUDE
/****************************************************************************/
/* Included Files */
/****************************************************************************/
/* api */
#include "bleproto_api.h"
/* thirdpart api */
#include "mjson.h"
/****************************************************************************/
/* Configure Definitions */
/****************************************************************************/
/****************************************************************************/
/* Pre-processor Definitions */
/****************************************************************************/
/****************************************************************************/
/* Public Types */
/****************************************************************************/
/****************************************************************************/
/* Public Data */
/****************************************************************************/
/****************************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
/****************************************************************************/
/* Public Function Prototypes */
/****************************************************************************/
/****************************************************************************/
#ifdef __cplusplus
}
#endif
/****************************************************************************/
#endif /* BLEPROTO_H_INCLUDE */
/****************************************************************************/
/* */
/* End of file. */
/* */
/****************************************************************************/