Add BT offload config into bt_vendo_overlay
bug: 287672291 bug: 323464810 Test: BT off/on when BT CHRE enabled/disabled Change-Id: Iaeffd8c9906132f15072f642f11e3cfc6328e1a4
This commit is contained in:
parent
49725ac73e
commit
72f03002d6
2 changed files with 26 additions and 0 deletions
|
@ -14,6 +14,19 @@ HwStageDoesNotCtrlPowerPinFromAoc = PROTO1.0-EVT1.0-EVT1.2
|
||||||
# supported by BT firmware.
|
# supported by BT firmware.
|
||||||
HwStageWithOldChipFwNoLongerSupport = PROTO1.0-PROTO1.1
|
HwStageWithOldChipFwNoLongerSupport = PROTO1.0-PROTO1.1
|
||||||
|
|
||||||
|
# Priority of uart type
|
||||||
|
# HciUartSocket = 0
|
||||||
|
# SerialUartPort = 1
|
||||||
|
# SerialAocUartPort = 2
|
||||||
|
# UserialInvalid = 3
|
||||||
|
UserialTypePriority = 2-1
|
||||||
|
|
||||||
|
# <string> The hardware support which offload capability
|
||||||
|
BtOffloadCap = AOC
|
||||||
|
|
||||||
|
# <string> The BT Offload Trunk Flag Group Name
|
||||||
|
BtOffloadTrunkGroup = 23P_AOC
|
||||||
|
|
||||||
# <boolean> APM Uart skip suspend to aovid hold system too long when BT using AOC UART
|
# <boolean> APM Uart skip suspend to aovid hold system too long when BT using AOC UART
|
||||||
ApmUartSkipSuspend = true
|
ApmUartSkipSuspend = true
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,19 @@
|
||||||
# Uart port name
|
# Uart port name
|
||||||
UartPort = /dev/ttySAC18
|
UartPort = /dev/ttySAC18
|
||||||
|
|
||||||
|
# Priority of uart type
|
||||||
|
# HciUartSocket = 0
|
||||||
|
# SerialUartPort = 1
|
||||||
|
# SerialAocUartPort = 2
|
||||||
|
# UserialInvalid = 3
|
||||||
|
UserialTypePriority = 2-1
|
||||||
|
|
||||||
|
# <string> The hardware support which offload capability
|
||||||
|
BtOffloadCap = AOC
|
||||||
|
|
||||||
|
# <string> The BT Offload Trunk Flag Group Name
|
||||||
|
BtOffloadTrunkGroup = 23P_AOC
|
||||||
|
|
||||||
# Sar backOff high resolution support
|
# Sar backOff high resolution support
|
||||||
SarBackOffHighResolution = true
|
SarBackOffHighResolution = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue