Merge "init: Bluetooth: Fix to start DHCP client daemons for bt-pan"
This commit is contained in:
commit
85f7bc3450
|
@ -469,6 +469,16 @@ service iprenew_p2p /system/bin/dhcpcd -n
|
|||
disabled
|
||||
oneshot
|
||||
|
||||
service dhcpcd_bt-pan /system/bin/dhcpcd -BKLG
|
||||
class late_start
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service iprenew_bt-pan /system/bin/dhcpcd -n
|
||||
class late_start
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service dhcpcd_bnep0 /system/bin/dhcpcd -BKLG
|
||||
disabled
|
||||
oneshot
|
||||
|
|
Loading…
Reference in New Issue