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] https://android.googlesource.com/platform/system/libsysprop/+/976d33062b51e77edde44faad1a6e801c5dc0188%5E%21/#F0 Change-Id: I5bff67a15c537e8a47a19f30776fca6bf2c9fbe5
This commit is contained in:
parent
053210fbd1
commit
dbb445de25
2 changed files with 4 additions and 12 deletions
|
|
@ -53,6 +53,10 @@ vendor.voice.path.for.pcm.voip=true
|
|||
|
||||
# Bluetooth
|
||||
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.asha.central.enabled?=true
|
||||
bluetooth.profile.avrcp.target.enabled?=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue