sm6375-common: Fix bluetooth power config on props

* Also remove the leftover config from overlay

Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
Change-Id: Ie45534295809edf55def61efe0c0f0b9b899c36c
This commit is contained in:
Ahmad Rulim
2023-01-21 14:12:16 +07:00
committed by boedhack99
parent 88cbb7dbff
commit 250fe83eb3
2 changed files with 4 additions and 13 deletions

View File

@@ -190,15 +190,6 @@
<!-- Whether the Unprocessed audio source supports the required frequency range and level -->
<bool name="config_supportAudioSourceUnprocessed">true</bool>
<!-- Idle current for bluetooth controller. 0 by default-->
<integer name="config_bluetooth_idle_cur_ma">3</integer>
<!-- Rx current for bluetooth controller. 0 by default-->
<integer name="config_bluetooth_rx_cur_ma">20</integer>
<!-- Tx current for bluetooth controller. 0 by default-->
<integer name="config_bluetooth_tx_cur_ma">36</integer>
<!-- Flag indicating whether the we should enable the automatic brightness in Settings.
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
<bool name="config_automatic_brightness_available">true</bool>

View File

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