device_google_caimito/bluetooth/bt_vendor_overlay_caiman.conf
Ted Wang 26eeb50e6e [Bluetooth] Set default LDAC quality mode to MID
Bug: 346492852
Test: make
Flag: EXEMPT, bugfix
Change-Id: If39215e260f6151a6eee3a6d562f2d5d65ca571e
2024-08-14 09:21:15 +00:00

48 lines
1.2 KiB
Text

# This is BTBCM HAL overlay configuration file.
# Uart port name
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 = 24P_AOC
# Sar backOff high resolution support
SarBackOffHighResolution = true
# Update BQR Event Mask property value
BqrEventMaskValueUpdate = 295262
# Update BQR Event Mask property value
BqrEnergyReportLogging = true
BtA2dpOffloadCap = sbc-aac-aptx-aptxhd-ldac-opus
BtOpusEnabled = true
AccelBtDisable = false
BtHalRecoveryByRestart = true
BtHalBqrEnable = false
# <string> The hardware stage with old chip revision is no longer
# supported by BT firmware.
HwStageWithOldChipFwNoLongerSupport = EVT1.0-PROTO1.0-PROTO1.1
ThreadDispatcherEnabled = true
# A2DP_LDAC_QUALITY_HIGH 0 // Equal to 990/909(kbps)
# A2DP_LDAC_QUALITY_MID 1 // Equal to 660/606(kbps)
# 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 = 1