From 250fe83eb3e3a424e839f0d6efed039de4fb76e6 Mon Sep 17 00:00:00 2001 From: Ahmad Rulim Date: Sat, 21 Jan 2023 14:12:16 +0700 Subject: [PATCH] sm6375-common: Fix bluetooth power config on props * Also remove the leftover config from overlay Signed-off-by: Ahmad Rulim Change-Id: Ie45534295809edf55def61efe0c0f0b9b899c36c --- overlay/frameworks/base/core/res/res/values/config.xml | 9 --------- vendor.prop | 8 ++++---- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 5aefc53..6449ba0 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -190,15 +190,6 @@ true - - 3 - - - 20 - - - 36 - true diff --git a/vendor.prop b/vendor.prop index 77983ef..902d6b6 100644 --- a/vendor.prop +++ b/vendor.prop @@ -139,11 +139,11 @@ ro.config.media_vol_steps=15 ro.config.vc_call_vol_steps=11 # Bluetooth -bluetooth.hardware.power.idle_cur_ma=36 -bluetooth.hardware.power.operating_voltage_mv=3700 -bluetooth.hardware.power.rx_cur_ma=20 -bluetooth.hardware.power.tx_cur_ma=3 bluetooth.device.class_of_device=90,2,12 +bluetooth.hardware.power.operating_voltage_mv=3700 +bluetooth.hardware.power.idle_cur_ma=3 +bluetooth.hardware.power.rx_cur_ma=20 +bluetooth.hardware.power.tx_cur_ma=36 bluetooth.profile.asha.central.enabled?=true bluetooth.profile.a2dp.source.enabled?=true bluetooth.profile.avrcp.target.enabled?=true