From 7044c225005265cdf22e945774135c8e8922b17e Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sat, 18 Mar 2023 17:25:01 +0200 Subject: [PATCH] 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 --- vendor.prop | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor.prop b/vendor.prop index d9aa067..ffd129f 100644 --- a/vendor.prop +++ b/vendor.prop @@ -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