Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc1ed9df authored by jonerlin's avatar jonerlin Committed by Automerger Merge Worker
Browse files

power_profile: add bluetooth power data am: b17fe9e3

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

Change-Id: I984e9cd9eec5ac4981aa37d89d753518b6090d89
parents e6c81942 b17fe9e3
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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>