mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
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:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user