+31
@@ -0,0 +1,31 @@
|
||||
# Priority of uart type
|
||||
# HciUartSocket = 0
|
||||
# SerialUartPort = 1
|
||||
# SerialAocUartPort = 2
|
||||
# UserialInvalid = 3
|
||||
UserialTypePriority = 1
|
||||
|
||||
# Uart port name
|
||||
UartPort = /dev/ttySAC16
|
||||
|
||||
# <boolean> Enable check whether let aoc controls power pin
|
||||
AocPowerPinCtrlCheckEnable = false
|
||||
|
||||
# <boolean> Skipping command complete events for write_ram command
|
||||
FastDownloadDisable = false
|
||||
|
||||
# <boolean> Enable/Disable accelerated BT ON
|
||||
# false => Enable Accelerated BT ON
|
||||
# true => Disable Accelerated BT ON
|
||||
AccelBtDisable = false
|
||||
|
||||
# This is used to configure delay for BT_REG_ON during big hammer.
|
||||
# Value should be defined in msec.
|
||||
# 100 msec is mendatory delay. Per module tunning may be needed.
|
||||
BigHammerBtRegOnDelay = 100
|
||||
|
||||
# <string> The hardware support which offload capability
|
||||
BtOffloadCap = NONE
|
||||
|
||||
# <string> The BT Offload Trunk Flag Group Name
|
||||
BtOffloadTrunkGroup = Disabled
|
||||
@@ -0,0 +1,47 @@
|
||||
# This is BTBCM HAL overlay configuration file.
|
||||
|
||||
# Uart port name
|
||||
UartPort = /dev/ttySAC18
|
||||
|
||||
# <boolean> Enable check whether let aoc controls power pin
|
||||
AocPowerPinCtrlCheckEnable = true
|
||||
|
||||
# <string> The hardware stage does not need aoc to control power pin
|
||||
# This only affects when AocPowerPinCtrlCheckEnable is true
|
||||
HwStageDoesNotCtrlPowerPinFromAoc = PROTO1.0-EVT1.0-EVT1.2
|
||||
|
||||
# <string> The hardware stage with old chip revision is no longer
|
||||
# supported by BT firmware.
|
||||
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
|
||||
ApmUartSkipSuspend = true
|
||||
|
||||
# Sar backOff high resolution support
|
||||
SarBackOffHighResolution = true
|
||||
|
||||
# Update BQR Event Mask property value
|
||||
BqrEventMaskValueUpdate = 295262
|
||||
|
||||
BqrEnergyReportLogging = true
|
||||
|
||||
BtA2dpOffloadCap = sbc-aac-aptx-aptxhd-ldac-opus
|
||||
|
||||
BtOpusEnabled = true
|
||||
|
||||
BtHalRecoveryByRestart = true
|
||||
|
||||
KernelRxWakelockTimeInMilliseconds = 300
|
||||
Reference in New Issue
Block a user