[Bluetooth] Set default LDAC quality mode to MID

Bug: 346492852
Test: make
Flag: EXEMPT, bugfix
Change-Id: I637042a336400156671124decdd4a8bf1acd5097
This commit is contained in:
Ted Wang 2024-08-12 11:59:00 +00:00
parent fcc2a8e060
commit abdd4abda3

View file

@ -40,3 +40,9 @@ BtHalBqrEnable = false
HwStageWithOldChipFwNoLongerSupport = EVT1.0-PROTO1.0-PROTO1.1 HwStageWithOldChipFwNoLongerSupport = EVT1.0-PROTO1.0-PROTO1.1
ThreadDispatcherEnabled = true 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