把协议静态编译库改成源码,方便后面做广播切换

This commit is contained in:
2026-09-03 10:42:41 +08:00
parent d56d8204e1
commit 5625362916
14 changed files with 7046 additions and 2 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. */
/* */
/****************************************************************************/