問題描述:主裝置連線藍芽音響等從裝置,如果不播音訊,只是連線著的空閒狀態,發現很容易斷開,又自動連線上,反覆如此。
解決方案,關閉藍芽的休眠模式:
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