diff options
author | Andrew Jiang <sam.andrew.jiang@gmail.com> | 2013-08-07 14:12:03 -0400 |
---|---|---|
committer | Andrew Jiang <sam.andrew.jiang@gmail.com> | 2013-08-07 14:15:29 -0400 |
commit | af032587350217c29ddb117dcb85788fed7f3d13 (patch) | |
tree | c106b311fab6fccaf377e467899b7a01b8853050 /rootdir | |
parent | 3db4fb7720de1896987a5c1f1348792b4f019aa6 (diff) | |
download | device_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 'rootdir')
-rwxr-xr-x | rootdir/init.espresso.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/init.espresso.rc b/rootdir/init.espresso.rc index 549314b..fd0ce8d 100755 --- a/rootdir/init.espresso.rc +++ b/rootdir/init.espresso.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 |