summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorzzy <zhenye@broadcom.com>2012-04-14 19:09:37 -0700
committerMatthew Xie <mattx@google.com>2012-07-13 23:30:39 -0700
commit1681a277aeaa794a35eff17e3ef648eadcdc4b11 (patch)
tree4ba69ce30d0a8dca00f868e1a85a5a5724c2876d /overlay
parentb5f88903c387b208629bcc04aad2c92f242e4144 (diff)
downloaddevice_samsung_tuna-1681a277aeaa794a35eff17e3ef648eadcdc4b11.zip
device_samsung_tuna-1681a277aeaa794a35eff17e3ef648eadcdc4b11.tar.gz
device_samsung_tuna-1681a277aeaa794a35eff17e3ef648eadcdc4b11.tar.bz2
added bt-pan network interface for tethering
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index f85627b..a8e196a 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -213,7 +213,7 @@
bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this
should be empty. -->
<string-array translatable="false" name="config_tether_bluetooth_regexs">
- <item>"bnep\\d"</item>
+ <item>"bt-pan"</item>
</string-array>
<!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering -->