sm8550-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 chaptsand
parent 7b4d3fb901
commit 94b88405cc
2 changed files with 4 additions and 20 deletions

View File

@@ -5,26 +5,6 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Note: This config is deprecated, use BluetoothProperties instead.
Idle current for bluetooth controller. 0 by default
-->
<integer name="config_bluetooth_idle_cur_ma" translatable="false">4</integer>
<!-- Note: This config is deprecated, use BluetoothProperties instead.
Rx current for bluetooth controller. 0 by default
-->
<integer name="config_bluetooth_rx_cur_ma" translatable="false">18</integer>
<!-- Note: This config is deprecated, use BluetoothProperties instead.
Tx current for bluetooth controller. 0 by default
-->
<integer name="config_bluetooth_tx_cur_ma" translatable="false">33</integer>
<!-- Note: This config is deprecated, use BluetoothProperties instead.
Operating volatage for bluetooth controller. 0 by default
-->
<integer name="config_bluetooth_operating_voltage_mv" translatable="false">4000</integer>
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool>

View File

@@ -6,6 +6,10 @@ audio.offload.video=true
ro.af.client_heap_size_kbyte=7168
# Bluetooth
bluetooth.hardware.power.idle_cur_ma=4
bluetooth.hardware.power.operating_voltage_mv=4000
bluetooth.hardware.power.rx_cur_ma=18
bluetooth.hardware.power.tx_cur_ma=33
bluetooth.device.class_of_device=90,2,12
bluetooth.profile.a2dp.source.enabled=true
bluetooth.profile.asha.central.enabled=true