From 4f5202fba85299873c481d4195318318b7a6b0dd Mon Sep 17 00:00:00 2001 From: Wolfram Liebchen Date: Sun, 18 Jan 2015 13:37:55 +0100 Subject: [PATCH] Correct the interface name of Bluetooth PAN. Required for getting an IP address/gateway when acting as PAN client. Change-Id: Ifa864e48d91c2dd3c82fa294a41c0fb074e51a76 --- rootdir/init.smdk4210.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rootdir/init.smdk4210.rc b/rootdir/init.smdk4210.rc index 3473aa9..49282aa 100644 --- a/rootdir/init.smdk4210.rc +++ b/rootdir/init.smdk4210.rc @@ -384,10 +384,10 @@ service dhcpcd_p2p /system/bin/dhcpcd -aABKL disabled oneshot -service dhcpcd_bnep0 /system/bin/dhcpcd -ABKL - class main - disabled - oneshot +service dhcpcd_bt-pan /system/bin/dhcpcd -ABKL + class main + disabled + oneshot service iprenew_wlan0 /system/bin/dhcpcd -n class main @@ -399,7 +399,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