diff options
-rw-r--r-- | rootdir/etc/init.qcom.rc | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index f100c74..532c150 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -379,25 +379,10 @@ on property:wc_transport.start_hci=false service start_hci_filter /vendor/bin/wcnss_filter class late_start user bluetooth - group bluetooth oem_2901 - seclabel u:r:wcnss_filter:s0 + group bluetooth diag system wakelock writepid /dev/cpuset/system-background/tasks disabled -on property:wc_transport.start_root=true - start hci_filter_root - -on property:wc_transport.start_root=false - stop hci_filter_root - -service hci_filter_root /vendor/bin/wcnss_filter - class late_start - user bluetooth - group bluetooth oem_2901 system - seclabel u:r:wcnss_filter:s0 - disabled - writepid /dev/cpuset/system-background/tasks - service atfwd /vendor/bin/ATFWD-daemon class late_start user system |