power_profile: add bluetooth power data am: 01cc7a7a03 am: b0b8ac7165 am: 9184a7c59b am: 5b650f6369

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/15472708

Change-Id: I14431d00332b11e5516ee51b09e7ac62bcbcbe1d
This commit is contained in:
jonerlin 2021-08-07 03:02:09 +00:00 committed by Automerger Merge Worker
commit b8f5b81c67
2 changed files with 18 additions and 0 deletions

View file

@ -185,5 +185,14 @@
<item name="wifi.controller.tx">470</item>
<!-- Operating voltage for wifi radio in mV.-->
<item name="wifi.controller.voltage">3700</item>
<!-- Idle current for bluetooth in mA.-->
<item name="bluetooth.controller.idle">2.2</item>
<!-- Rx current for bluetooth in mA.-->
<item name="bluetooth.controller.rx">5.8</item>
<!-- Tx current for bluetooth in mA-->
<item name="bluetooth.controller.tx">20</item>
<!-- Operating voltage for bluetooth in mV.-->
<item name="bluetooth.controller.voltage">3850</item>
</device>

View file

@ -185,5 +185,14 @@
<item name="wifi.controller.tx">470</item>
<!-- Operating voltage for wifi radio in mV.-->
<item name="wifi.controller.voltage">3700</item>
<!-- Idle current for bluetooth in mA.-->
<item name="bluetooth.controller.idle">2.2</item>
<!-- Rx current for bluetooth in mA.-->
<item name="bluetooth.controller.rx">5.8</item>
<!-- Tx current for bluetooth in mA-->
<item name="bluetooth.controller.tx">20</item>
<!-- Operating voltage for bluetooth in mV.-->
<item name="bluetooth.controller.voltage">3850</item>
</device>