From 6727b8db616811d4c608929d9b5a12aafb91ced5 Mon Sep 17 00:00:00 2001 From: Alcatraz323 Date: Wed, 22 Mar 2023 20:47:54 +0800 Subject: [PATCH] sdm660-common: properties: remove duplicated persist.vendor.bt.a2dp_offload_cap & sync offload capabilities Signed-off-by: pix106 --- properties/system.prop | 1 - properties/vendor.prop | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/properties/system.prop b/properties/system.prop index 9e35e04e..edc8f206 100644 --- a/properties/system.prop +++ b/properties/system.prop @@ -11,7 +11,6 @@ ro.config.media_vol_steps=25 ro.config.vc_call_vol_steps=7 # Bluetooth & FM -persist.vendor.bt.a2dp_offload_cap=sbc-aac-aptx-aptxhd vendor.bluetooth.soc=cherokee bt.max.hfpclient.connections=1 vendor.hw.fm.init=0 diff --git a/properties/vendor.prop b/properties/vendor.prop index 278ba4d2..4eeac7c1 100644 --- a/properties/vendor.prop +++ b/properties/vendor.prop @@ -97,7 +97,7 @@ vendor.audio.feature.spkr_prot.enable=true # Bluetooth & FM persist.bluetooth.bluetooth_audio_hal.disabled=false ro.vendor.bluetooth.wipower=false -persist.vendor.bt.a2dp_offload_cap=sbc-aptx-aptxhd-aac +persist.vendor.bt.a2dp_offload_cap=sbc-aptx-aptxhd-aac-ldac persist.vendor.bt.aac_frm_ctl.enabled=true persist.vendor.qcom.bluetooth.a2dp_offload_cap=sbc-aptx-aptxhd-aac-ldac persist.vendor.qcom.bluetooth.enable.splita2dp=true