1、封装 usr_le_code 为静态库,并增加 Release 客户包自动生成工具
2、将 BLE 协议实现收敛为 libusr_le_code.a + 公开头文件,应用侧通过 usr_le_api / usr_le_product 对接;新增 package_release.py,按 version.txt 3、生成去除协议源码的客户交付包,开发工程继续保留完整源码。
This commit is contained in:
@@ -57,9 +57,6 @@
|
||||
#include "chgbox_box.h"
|
||||
#endif
|
||||
|
||||
extern void usr_ble_adv_updata();
|
||||
|
||||
|
||||
extern void usr_le_data_recieve(u8* data,u16 len);
|
||||
extern void usr_ble_adv_init();
|
||||
#if 1
|
||||
@@ -934,7 +931,6 @@ void ble_trans_module_enable(u8 flag)
|
||||
ble_module_enable(flag);
|
||||
}
|
||||
|
||||
extern void usr_ble_adv_init();
|
||||
void bt_ble_init(void)
|
||||
{
|
||||
log_info("***** ble_init******\n");
|
||||
|
||||
Reference in New Issue
Block a user