Merge "Bluetooth: Add btsnoop application in init.qcom.rc"
This commit is contained in:
commit
4346f1210d
|
@ -310,6 +310,12 @@ on property:bluetooth.dun.status=stopped
|
||||||
on property:ro.bluetooth.ftm_enabled=true
|
on property:ro.bluetooth.ftm_enabled=true
|
||||||
start ftmd
|
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
|
service qcom-c_core-sh /system/bin/sh /init.qcom.class_core.sh
|
||||||
class core
|
class core
|
||||||
user root
|
user root
|
||||||
|
@ -403,6 +409,13 @@ service bt-sap /system/bin/sapd 15
|
||||||
disabled
|
disabled
|
||||||
oneshot
|
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
|
service ftmd /system/bin/logwrapper /system/bin/ftmdaemon
|
||||||
class late_start
|
class late_start
|
||||||
user root
|
user root
|
||||||
|
|
Loading…
Reference in New Issue