sdm710-common: Enable aptX(HD) offload
As of Android 13 QPR2, AOSP Bluetooth APEX supports aptX/aptX HD out of the box with no way to disable it, so we might as well support offload. [npjohnson]: We were missing one of the props that enables this. Change-Id: I04d3f0c10c767c42a94fdf80b3bd6ff96923f276
This commit is contained in:
parent
a64b68625c
commit
7044c22500
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ persist.bluetooth.a2dp_offload.disabled=false
|
|||
vendor.qcom.bluetooth.soc=cherokee
|
||||
persist.vendor.qcom.bluetooth.enable.splita2dp=true
|
||||
persist.vendor.qcom.bluetooth.a2dp_offload_cap=sbc-aptx-aptxtws-aptxhd-aac-ldac
|
||||
persist.vendor.bt.a2dp_offload_cap=sbc-aptx-aptxhd-aac
|
||||
ro.vendor.bluetooth.wipower=false
|
||||
persist.vendor.qcom.bluetooth.aac_frm_ctl.enabled=true
|
||||
persist.vendor.qcom.bluetooth.twsp_state.enabled=false
|
||||
|
|
Loading…
Reference in a new issue