Commit 5f7603fa authored by 王金亮's avatar 王金亮

feat:蓝牙相关函数放到蓝牙线程里

parent 07cea047
......@@ -14,6 +14,7 @@
#include "esp_log.h"
#include "Protocol_User.h"
#include "bt_app_hf.h"
#include "app_BT_User.h"
#define TAG "APP_BLE_USER"
......@@ -685,6 +686,7 @@ void Ble_User_Task_Cyc(void *pvParameter)
Get_Iphone_Fitter_callsts();
Ble_MsgRec_Navi_Timeout();
esp_hf_client_query_current_calls();
BT_User_Process();
if(Wifi_OTA_Request != 0)
{
......
......@@ -67,7 +67,7 @@ static void Sys_Run_Tasks(void *arg)
Protocol_Send_Service();
Protocol_Service();
BT_User_Process();
Prot_Send_Msg_Process();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment