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: If9347b283cd8980ea05353c3d86ded3f0f6f1568
This commit is contained in:
jonerlin 2024-12-05 07:23:09 +00:00
parent 613e9d9e28
commit 4d46cb3a2d

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