sm8350-common: Add Bluetooth power overlays to sysprops

* These are moved to sysprops in Android 13.

   976d33062b%5E%21/#F0

Change-Id: I5bff67a15c537e8a47a19f30776fca6bf2c9fbe5
This commit is contained in:
Alexander Koskovich 2022-09-14 08:54:28 +02:00 committed by Arian
parent 286b0959a9
commit a25e493da9
2 changed files with 4 additions and 12 deletions

View File

@ -164,18 +164,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">6</integer>
<!-- Rx current for bluetooth controller. 0 by default-->
<integer name="config_bluetooth_rx_cur_ma">28</integer>
<!-- Tx current for bluetooth controller. 0 by default-->
<integer name="config_bluetooth_tx_cur_ma">36</integer>
<!-- Operating voltage for bluetooth controller. 0 by default-->
<integer name="config_bluetooth_operating_voltage_mv">3700</integer>
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
in hardware. -->
<bool name="config_setColorTransformAccelerated">true</bool>

View File

@ -115,6 +115,10 @@ vendor.voice.path.for.pcm.voip=true
# Bluetooth
bluetooth.device.class_of_device=90,2,12
bluetooth.hardware.power.idle_cur_ma=6
bluetooth.hardware.power.operating_voltage_mv=3700
bluetooth.hardware.power.rx_cur_ma=28
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