summaryrefslogtreecommitdiff
path: root/sailfish
diff options
context:
space:
mode:
authorMarissa Wall <marissaw@google.com>2018-03-21 10:01:38 -0700
committerMarissa Wall <marissaw@google.com>2018-03-22 15:50:42 -0700
commitf832d2a7837978fa249e2d1a639620fd48c99196 (patch)
treefdea1473eb9a651e33a0aab7269b50d1d7508075 /sailfish
parent946853ca33c07b33f26351918e2612ab192017a7 (diff)
power profile: Add marlin/sailfish bluetooth
Add marlin/sailfish bluetooth values. Fixes: 63738468 b/74126906 Test: Boot phone and dump BatteryStats Change-Id: Iaa7443e130e3ef23886e26b67ad8506d8ad620e0
Diffstat (limited to 'sailfish')
-rw-r--r--sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml
index ba0794c8..62cd9cf4 100644
--- a/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml
+++ b/sailfish/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -200,4 +200,13 @@
</array>
<item name="gps.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">8</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>