diff options
Diffstat (limited to 'rootdir/etc/init.qcom.rc')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 1ec9268..73c2c18 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -387,10 +387,18 @@ service tftp_server /vendor/bin/tftp_server user root writepid /dev/cpuset/system-background/tasks -service start_hci_filter /vendor/bin/wcnss_filter +on property:vendor.wc_transport.start_hci=true + start vendor.start_hci_filter + +on property:vendor.wc_transport.start_hci=false + stop vendor.start_hci_filter + + +service vendor.start_hci_filter /vendor/bin/wcnss_filter class late_start user bluetooth group bluetooth diag system wakelock + seclabel u:r:bluetooth:s0 writepid /dev/cpuset/system-background/tasks disabled |