#ifndef _OTA_H_
#define _OTA_H_

#include "sdk_config.h"

#if BLE_DFU_APP_SUPPORT
int bleDfuInit(void);
#endif

#endif /* _OTA_H_ */

