From 48a9228b1dbe3659c2aaac44fbe8e4b9476dad18 Mon Sep 17 00:00:00 2001 From: sbrissen Date: Fri, 25 Oct 2013 10:16:04 -0400 Subject: smdk4x12-common: fix bt tether Change-Id: Ib19439e39ba767e57826722279faaed02046df2e --- rootdir/init.smdk4x12.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rootdir') diff --git a/rootdir/init.smdk4x12.rc b/rootdir/init.smdk4x12.rc index 4ff9c72..e4295f6 100755 --- a/rootdir/init.smdk4x12.rc +++ b/rootdir/init.smdk4x12.rc @@ -470,7 +470,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 @@ -485,7 +485,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 -- cgit v1.1