3
0
Fork 0

Correct the interface name of Bluetooth PAN.

Required for getting an IP address/gateway when acting as PAN client.

Change-Id: Ifa864e48d91c2dd3c82fa294a41c0fb074e51a76
This commit is contained in:
Wolfram Liebchen 2015-01-18 13:37:55 +01:00 committed by Ethan Chen
parent 8949b4e66c
commit 4f5202fba8
1 changed files with 5 additions and 5 deletions

View File

@ -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