BT: add skip uart suspend overlay config

Add config to enable Bluetooth APM UART to skip suspend to avoid hold
system too long.

Bug: 376774204
Test: check uart skip suspend
Flag: EXEMPT project configuration patch
Change-Id: Ic1eebfff37b36e577ebbd41c3bbd527fdde25e94
This commit is contained in:
jonerlin 2024-11-25 17:06:50 +00:00
parent c509a27bcd
commit 5d1df95c67
3 changed files with 9 additions and 0 deletions

View file

@ -46,3 +46,6 @@ ThreadDispatcherEnabled = true
# A2DP_LDAC_QUALITY_LOW 2 // Equal to 330/303(kbps)
# A2DP_LDAC_QUALITY_ABR 3 // ABR mode, range: 990,660,492,396,330(kbps)
LdacDefaultQualityMode = 3
# <boolean> APM Uart skip suspend to aovid hold system too long when BT using AOC UART
ApmUartSkipSuspend = true

View file

@ -46,3 +46,6 @@ ThreadDispatcherEnabled = true
# A2DP_LDAC_QUALITY_LOW 2 // Equal to 330/303(kbps)
# A2DP_LDAC_QUALITY_ABR 3 // ABR mode, range: 990,660,492,396,330(kbps)
LdacDefaultQualityMode = 3
# <boolean> APM Uart skip suspend to aovid hold system too long when BT using AOC UART
ApmUartSkipSuspend = true

View file

@ -46,3 +46,6 @@ ThreadDispatcherEnabled = true
# A2DP_LDAC_QUALITY_LOW 2 // Equal to 330/303(kbps)
# A2DP_LDAC_QUALITY_ABR 3 // ABR mode, range: 990,660,492,396,330(kbps)
LdacDefaultQualityMode = 3
# <boolean> APM Uart skip suspend to aovid hold system too long when BT using AOC UART
ApmUartSkipSuspend = true