AP6611S蓝牙容易断开连接问题

问题描述:主设备连接蓝牙音箱等从设备,如果不播音频,只是连接着的空闲状态,发现很容易断开,又自动连接上,反复如此。

 

解决方案,关闭蓝牙的休眠模式:

hardware/broadcom/libbt

diff --git a/include/bt_vendor_brcm.h b/include/bt_vendor_brcm.h
index 4899a41..5eeec27 100644
--- a/include/bt_vendor_brcm.h
+++ b/include/bt_vendor_brcm.h
@@ -114,7 +114,7 @@
     1: UART with Host wake/BT wake out of band signals
 */
 #ifndef LPM_SLEEP_MODE
-#define LPM_SLEEP_MODE                  1
+#define LPM_SLEEP_MODE                  0
 #endif

 

posted @ 2024-09-19 12:02  M-kobe  阅读(12)  评论(0编辑  收藏  举报