From 5551d2d0eecfab81341ca96deb3cb72faf9379ab Mon Sep 17 00:00:00 2001 From: kuanyuhuang Date: Fri, 6 Oct 2023 06:49:32 +0000 Subject: [PATCH] BT: add skip uart suspend overlay config Add config to enable Bluetooth APM UART to skip suspend to avoid hold system too long. Bug: 294747612 Test: check uart skip suspend Change-Id: I8c6796b2791080ed226d7a8b51a52ac41b16b106 --- bluetooth/bt_vendor_overlay.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bluetooth/bt_vendor_overlay.conf b/bluetooth/bt_vendor_overlay.conf index 3b6fa80..dbdb40a 100644 --- a/bluetooth/bt_vendor_overlay.conf +++ b/bluetooth/bt_vendor_overlay.conf @@ -15,3 +15,6 @@ AocPowerPinCtrlCheckEnable = true # The hardware stage does not need aoc to control power pin # This only affects when AocPowerPinCtrlCheckEnable is true HwStageDoesNotCtrlPowerPinFromAoc = DEV1.0 + +# APM Uart skip suspend to aovid hold system too long when BT using AOC UART +ApmUartSkipSuspend = true