power_profile: add bluetooth power data am: 01cc7a7a03

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

Change-Id: I3a48bdf6f316378730e8ad46fcd78d807db5769d
This commit is contained in:
jonerlin 2021-08-07 02:11:01 +00:00 committed by Automerger Merge Worker
commit 1e7a5cc0b1
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>