ble测试存档

This commit is contained in:
lmx
2025-12-02 16:25:20 +08:00
parent ed475e870f
commit f63092fe87
13 changed files with 897 additions and 240 deletions

View File

@ -102,6 +102,7 @@ extern void create_process(u16* pid, const char* name, void *priv, void (*func)(
extern void close_process(u16* pid,char* name);
extern void start_collect_fuc(void);
extern void BLE_send_fuc(void);
extern void xtell_ble_central_test_start(void);
///////////////////////////////////////////////////////////////////////////////////////////////////
/*
* 模式状态机, 通过start_app()控制状态切换
@ -302,6 +303,7 @@ static int bt_connction_status_event_handler(struct bt_event *bt)
} else {
#if !TCFG_WIRELESS_MIC_ENABLE
bt_ble_init();
xtell_ble_central_test_start();
#endif
}
#endif