sm6225-common: Re-enable bluetooth AAC frame control
This prop was removed while switching to the AOSP BT stack, which seems to cause issues with some AAC headphones. Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/5381 Change-Id: I384df444be353475458ab156e4ec09542e23388a
This commit is contained in:
parent
dd73d8c021
commit
11b9d8ec42
1 changed files with 2 additions and 0 deletions
|
@ -69,7 +69,9 @@ bluetooth.profile.pan.nap.enabled?=true
|
|||
bluetooth.profile.pan.panu.enabled?=true
|
||||
bluetooth.profile.pbap.server.enabled?=true
|
||||
bluetooth.profile.sap.server.enabled?=true
|
||||
persist.vendor.bt.aac_frm_ctl.enabled=true
|
||||
persist.vendor.qcom.bluetooth.a2dp_offload_cap=sbc-aptx-aptxtws-aptxhd-aac-ldac
|
||||
persist.vendor.qcom.bluetooth.aac_frm_ctl.enabled=true
|
||||
persist.vendor.qcom.bluetooth.enable.splita2dp=true
|
||||
persist.vendor.qcom.bluetooth.scram.enabled=true
|
||||
persist.vendor.qcom.bluetooth.soc=cherokee
|
||||
|
|
Loading…
Reference in a new issue