Merge "init: bluetooth: Remove unused BT services of Bluedorid stack"
This commit is contained in:
commit
27bef7cfde
|
@ -319,25 +319,6 @@ service config_bluetooth /system/bin/sh /system/etc/init.qcom.bt.sh "onboot"
|
|||
user root
|
||||
oneshot
|
||||
|
||||
service dbus /system/bin/dbus-daemon --system --nofork
|
||||
class main
|
||||
socket dbus stream 660 bluetooth bluetooth
|
||||
user bluetooth
|
||||
group bluetooth net_bt_admin
|
||||
disabled
|
||||
|
||||
on property:ro.qc.bluetooth.stack=bluez
|
||||
start dbus
|
||||
|
||||
service bluetoothd /system/bin/logwrapper /system/bin/bluetoothd -n
|
||||
class main
|
||||
socket bluetooth stream 660 bluetooth bluetooth
|
||||
socket dbus_bluetooth stream 660 bluetooth bluetooth
|
||||
# init.rc does not yet support applying capabilities, so run as root and
|
||||
# let bluetoothd drop uid to bluetooth with the right linux capabilities
|
||||
group bluetooth net_bt_admin misc net_bt_stack
|
||||
disabled
|
||||
|
||||
service hciattach /system/bin/sh /system/etc/init.qcom.bt.sh
|
||||
class late_start
|
||||
user bluetooth
|
||||
|
|
Loading…
Reference in New Issue