summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykhailo Sopiha2018-06-13 16:32:50 -0500
committerPraneeth Bajjuri2018-06-14 12:35:27 -0500
commitb3a09a92ea494b708dcbfafa3e719e5c51df420f (patch)
tree1de89b8b569438c91d2551f570fcb6c9863aa8f0
parent8916eab666f7c49fa631f973e8ec93d439afbe3c (diff)
downloaddevice-ti-am57xevm-b3a09a92ea494b708dcbfafa3e719e5c51df420f.tar.gz
device-ti-am57xevm-b3a09a92ea494b708dcbfafa3e719e5c51df420f.tar.xz
device-ti-am57xevm-b3a09a92ea494b708dcbfafa3e719e5c51df420f.zip
am57xevm: turn off all BT from config
Turn off all BT components from device config. Signed-off-by: Mykhailo Sopiha <mykhailo.sopiha@linaro.org>
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 2aac40d..5515d1c 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -43,7 +43,6 @@
43 <!-- [1,7,9] for TYPE_WIFI, TYPE_BLUETOOTH and TYPE_ETHERNET--> 43 <!-- [1,7,9] for TYPE_WIFI, TYPE_BLUETOOTH and TYPE_ETHERNET-->
44 <integer-array translatable="false" name="config_tether_upstream_types"> 44 <integer-array translatable="false" name="config_tether_upstream_types">
45 <item>1</item> 45 <item>1</item>
46 <item>7</item>
47 <item>9</item> 46 <item>9</item>
48 </integer-array> 47 </integer-array>
49 48
@@ -58,7 +57,6 @@
58 <!-- the 6th element indicates boot-time dependency-met value. --> 57 <!-- the 6th element indicates boot-time dependency-met value. -->
59 <string-array translatable="false" name="networkAttributes"> 58 <string-array translatable="false" name="networkAttributes">
60 <item>"wifi,1,1,1,-1,true"</item> 59 <item>"wifi,1,1,1,-1,true"</item>
61 <item>"bluetooth,7,7,1,-1,true"</item>
62 <item>"ethernet,9,9,0,-1,true"</item> 60 <item>"ethernet,9,9,0,-1,true"</item>
63 </string-array> 61 </string-array>
64 62
@@ -69,7 +67,6 @@
69 [# simultaneous connection types]" --> 67 [# simultaneous connection types]" -->
70 <string-array translatable="false" name="radioAttributes"> 68 <string-array translatable="false" name="radioAttributes">
71 <item>"1,1"</item> 69 <item>"1,1"</item>
72 <item>"7,1"</item>
73 <item>"9,1"</item> 70 <item>"9,1"</item>
74 </string-array> 71 </string-array>
75 72