aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErfan Abdi <erfangplus@gmail.com>2018-05-05 03:36:24 +0300
committerErfan Abdi <erfangplus@gmail.com>2018-05-05 03:54:31 +0300
commit48141d1387deeac64becfa404518815b7941a894 (patch)
tree1cf07744fe84e01a66b27f5e4e93fe9e2f57ec87
parent3e78ec408d9ca5aaaffc4569505f96809e1b69d9 (diff)
griffin: set bluetooth operating voltage
Change-Id: I75bb06de0541f84e7bec7f797cb3205ef910b87e Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 6a985102..a2ea5824 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -112,6 +112,9 @@
capability can provide power savings when wifi needs to be always kept on. -->
<bool translatable="false" name="config_wifi_background_scan_support">true</bool>
+ <!-- Operating volatage for bluetooth controller. 0 by default-->
+ <integer name="config_bluetooth_operating_voltage_mv">3300</integer>
+
<!-- This string array should be overridden by the device to present a list of network
attributes. This is used by the connectivity manager to decide which networks can coexist
based on the hardware -->