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:
parent
8949b4e66c
commit
4f5202fba8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user