Add BT offload config into bt_vendo_overlay
bug: 287672291 bug: 323464810 Test: BT off/on when BT CHRE enabled/disabled Change-Id: I1c0cc49bf6c4ea10c61a8059a088a6c0a4e85d7e
This commit is contained in:
parent
919dd1d75e
commit
4be3e4e38c
1 changed files with 12 additions and 2 deletions
|
@ -3,8 +3,18 @@
|
||||||
# Uart port name
|
# Uart port name
|
||||||
UartPort = /dev/ttySAC18
|
UartPort = /dev/ttySAC18
|
||||||
|
|
||||||
# Userial type
|
# Priority of uart type
|
||||||
# UserialType = 2
|
# 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 = 24P_AOC
|
||||||
|
|
||||||
# <boolean> Enable check whether let aoc controls power pin
|
# <boolean> Enable check whether let aoc controls power pin
|
||||||
AocPowerPinCtrlCheckEnable = true
|
AocPowerPinCtrlCheckEnable = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue