sdm710-common: 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
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
This commit is contained in:
parent
548b1cdce4
commit
5c069d12de
2 changed files with 1 additions and 3 deletions
|
@ -297,9 +297,6 @@
|
||||||
<!-- Flag indicating if the speed up audio on mt call code should be executed -->
|
<!-- Flag indicating if the speed up audio on mt call code should be executed -->
|
||||||
<bool name="config_speed_up_audio_on_mt_calls">true</bool>
|
<bool name="config_speed_up_audio_on_mt_calls">true</bool>
|
||||||
|
|
||||||
<!-- Operating volatage for bluetooth controller. 0 by default-->
|
|
||||||
<integer name="config_bluetooth_operating_voltage_mv">3300</integer>
|
|
||||||
|
|
||||||
<!-- Vibrator pattern for feedback about a long screen/key press -->
|
<!-- Vibrator pattern for feedback about a long screen/key press -->
|
||||||
<integer-array name="config_longPressVibePattern">
|
<integer-array name="config_longPressVibePattern">
|
||||||
<item>0</item>
|
<item>0</item>
|
||||||
|
|
|
@ -94,6 +94,7 @@ vendor.voice.path.for.pcm.voip=true
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
vendor.bluetooth.soc=cherokee
|
vendor.bluetooth.soc=cherokee
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue