aboutsummaryrefslogtreecommitdiffstats
path: root/common-overlay
diff options
context:
space:
mode:
authorAndrew Jiang <sam.andrew.jiang@gmail.com>2013-08-07 14:12:03 -0400
committerAndrew Jiang <sam.andrew.jiang@gmail.com>2013-08-07 14:15:29 -0400
commitaf032587350217c29ddb117dcb85788fed7f3d13 (patch)
treec106b311fab6fccaf377e467899b7a01b8853050 /common-overlay
parent3db4fb7720de1896987a5c1f1348792b4f019aa6 (diff)
downloaddevice_samsung_espressowifi-af032587350217c29ddb117dcb85788fed7f3d13.zip
device_samsung_espressowifi-af032587350217c29ddb117dcb85788fed7f3d13.tar.gz
device_samsung_espressowifi-af032587350217c29ddb117dcb85788fed7f3d13.tar.bz2
P31xx: Fix BT Tethering
Change-Id: Ifda5fed0cf31aeb30ae503ce7ddfb2e11d65d4cf
Diffstat (limited to 'common-overlay')
-rw-r--r--common-overlay/frameworks/base/core/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common-overlay/frameworks/base/core/res/res/values/config.xml b/common-overlay/frameworks/base/core/res/res/values/config.xml
index 14ee148..13b6072 100644
--- a/common-overlay/frameworks/base/core/res/res/values/config.xml
+++ b/common-overlay/frameworks/base/core/res/res/values/config.xml
@@ -175,7 +175,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>
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->