power_profile: add bluetooth power data am: 242d701664

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

Change-Id: I49460941a0fc351f1449b879bd5fc650e328fa04
This commit is contained in:
jonerlin
2021-08-06 13:08:25 +00:00
committed by Automerger Merge Worker

View File

@@ -176,5 +176,14 @@
<item name="wifi.controller.tx">331</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">0.01</item>
<!-- Rx current for bluetooth in mA.-->
<item name="bluetooth.controller.rx">9</item>
<!-- Tx current for bluetooth in mA-->
<item name="bluetooth.controller.tx">7</item>
<!-- Operating voltage for bluetooth in mV.-->
<item name="bluetooth.controller.voltage">3300</item>
</device>