Merge "init: bluetooth: Remove unused BT services of Bluedorid stack"

This commit is contained in:
Linux Build Service Account 2013-11-19 05:31:12 -08:00 committed by Gerrit - the friendly Code Review server
commit 27bef7cfde
1 changed files with 0 additions and 19 deletions

View File

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