Merge "Bluetooth: Add btsnoop application in init.qcom.rc"

This commit is contained in:
Linux Build Service Account 2014-04-04 21:47:20 -07:00 committed by Gerrit - the friendly Code Review server
commit 4346f1210d
1 changed files with 13 additions and 0 deletions

View File

@ -310,6 +310,12 @@ on property:bluetooth.dun.status=stopped
on property:ro.bluetooth.ftm_enabled=true
start ftmd
on property:bluetooth.startbtsnoop=true
start btsnoop
on property:bluetooth.startbtsnoop=false
stop btsnoop
service qcom-c_core-sh /system/bin/sh /init.qcom.class_core.sh
class core
user root
@ -403,6 +409,13 @@ service bt-sap /system/bin/sapd 15
disabled
oneshot
service btsnoop /system/bin/btsnoop
user bluetooth
group bluetooth net_bt_admin sdcard_rw sdcard_r
class late_start
disabled
oneshot
service ftmd /system/bin/logwrapper /system/bin/ftmdaemon
class late_start
user root