sm6150-common: Move Bluetooth power overlays to sysprops

* These were moved to sysprops in Android 13.

   976d33062b%5E%21/#F0

Change-Id: I5bff67a15c537e8a47a19f30776fca6bf2c9fbe5
This commit is contained in:
Alexander Koskovich
2022-07-20 14:41:25 -07:00
committed by basamaryan
parent 6af6f875ca
commit 8f17177db9
2 changed files with 1 additions and 3 deletions

View File

@@ -251,9 +251,6 @@
<!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. --> <!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. -->
<integer name="config_shutdownBatteryTemperature">600</integer> <integer name="config_shutdownBatteryTemperature">600</integer>
<!-- Operating volatage for bluetooth controller. 0 by default-->
<integer name="config_bluetooth_operating_voltage_mv">3300</integer>
<!-- Default list of files pinned by the Pinner Service --> <!-- Default list of files pinned by the Pinner Service -->
<string-array translatable="false" name="config_defaultPinnerServiceFiles"> <string-array translatable="false" name="config_defaultPinnerServiceFiles">
<item>"/system/framework/framework.jar"</item> <item>"/system/framework/framework.jar"</item>

View File

@@ -80,6 +80,7 @@ vendor.audio.volume.headset.gain.depcal=true
# Bluetooth # Bluetooth
bluetooth.device.class_of_device=90,2,12 bluetooth.device.class_of_device=90,2,12
bluetooth.hardware.power.operating_voltage_mv=3300
bluetooth.profile.asha.central.enabled?=true bluetooth.profile.asha.central.enabled?=true
bluetooth.profile.a2dp.source.enabled?=true bluetooth.profile.a2dp.source.enabled?=true
bluetooth.profile.avrcp.target.enabled?=true bluetooth.profile.avrcp.target.enabled?=true