dre: Move Bluetooth power overlays to sysprops
* These were moved to sysprops in Android 13 [1] and while
frameworks reads the values directly from power_profile.xml
Bluetooth app reads from the properties.
[1] 976d33062b
%5E%21/#F0
Change-Id: I5bff67a15c537e8a47a19f30776fca6bf2c9fbe5
This commit is contained in:
parent
053210fbd1
commit
dbb445de25
2 changed files with 4 additions and 12 deletions
|
@ -18,18 +18,6 @@
|
||||||
on the headphone/microphone jack. When false use the older uevent framework. -->
|
on the headphone/microphone jack. When false use the older uevent framework. -->
|
||||||
<bool name="config_useDevInputEventForAudioJack">true</bool>
|
<bool name="config_useDevInputEventForAudioJack">true</bool>
|
||||||
|
|
||||||
<!-- Idle current for bluetooth controller. 0 by default -->
|
|
||||||
<integer name="config_bluetooth_idle_cur_ma">6</integer>
|
|
||||||
|
|
||||||
<!-- Operating volatage for bluetooth controller. 0 by default -->
|
|
||||||
<integer name="config_bluetooth_operating_voltage_mv">3700</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>
|
|
||||||
|
|
||||||
<!-- Telephony qualified networks service package name to bind to by default. -->
|
<!-- Telephony qualified networks service package name to bind to by default. -->
|
||||||
<string name="config_qualified_networks_service_package" translatable="false">vendor.qti.iwlan</string>
|
<string name="config_qualified_networks_service_package" translatable="false">vendor.qti.iwlan</string>
|
||||||
|
|
||||||
|
|
|
@ -53,6 +53,10 @@ vendor.voice.path.for.pcm.voip=true
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
bluetooth.device.class_of_device=90,2,12
|
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.a2dp.source.enabled?=true
|
bluetooth.profile.a2dp.source.enabled?=true
|
||||||
bluetooth.profile.asha.central.enabled?=true
|
bluetooth.profile.asha.central.enabled?=true
|
||||||
bluetooth.profile.avrcp.target.enabled?=true
|
bluetooth.profile.avrcp.target.enabled?=true
|
||||||
|
|
Loading…
Reference in a new issue