mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 16:26:02 +00:00
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:
committed by
basamaryan
parent
6af6f875ca
commit
8f17177db9
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user