aboutsummaryrefslogtreecommitdiffstats
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:35 -0400
commitceac73568e1667e51f67fbdfb1e7260411e4b8bd (patch)
treef009a8969f5acc3a6063ab830b6ead81f8dbba52
parent935429677834d4657e5d23356a688ffdabb58702 (diff)
downloaddevice_samsung_espresso3g-ceac73568e1667e51f67fbdfb1e7260411e4b8bd.zip
device_samsung_espresso3g-ceac73568e1667e51f67fbdfb1e7260411e4b8bd.tar.gz
device_samsung_espresso3g-ceac73568e1667e51f67fbdfb1e7260411e4b8bd.tar.bz2
P51xx: Fix BT Tethering
Change-Id: Ifda5fed0cf31aeb30ae503ce7ddfb2e11d65d4cf
-rw-r--r--common-overlay/frameworks/base/core/res/res/values/config.xml2
-rwxr-xr-xrootdir/init.espresso10.rc4
2 files changed, 3 insertions, 3 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 -->
diff --git a/rootdir/init.espresso10.rc b/rootdir/init.espresso10.rc
index a9ba633..0c1b0ce 100755
--- a/rootdir/init.espresso10.rc
+++ b/rootdir/init.espresso10.rc
@@ -335,7 +335,7 @@ service dhcpcd_p2p /system/bin/dhcpcd -aABKL
disabled
oneshot
-service dhcpcd_bnep0 /system/bin/dhcpcd -ABKL
+service dhcpcd_bt-pan /system/bin/dhcpcd -ABKL
class main
disabled
oneshot
@@ -350,7 +350,7 @@ service iprenew_p2p /system/bin/dhcpcd -n
disabled
oneshot
-service iprenew_bnep0 /system/bin/dhcpcd -n
+service iprenew_bt-pan /system/bin/dhcpcd -n
class main
disabled
oneshot