54 lines
2.5 KiB
C
54 lines
2.5 KiB
C
/****************************************************************************/
|
|
/* 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. */
|
|
/* */
|
|
/****************************************************************************/
|