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:
Michael Bestas 2023-03-18 17:25:01 +02:00 committed by CakesTwix
parent a64b68625c
commit 7044c22500
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -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