diff options
Diffstat (limited to 'rootdir/etc/init.qcom.rc')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index e551463..ecbd951 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -703,7 +703,7 @@ on property:wc_transport.start_hci=true on property:wc_transport.start_hci=false stop start_hci_filter -service start_hci_filter /system/bin/wcnss_filter +service start_hci_filter /vendor/bin/wcnss_filter class late_start user bluetooth group bluetooth diag system wakelock @@ -716,7 +716,7 @@ on property:wc_transport.start_root=true on property:wc_transport.start_root=false stop hci_filter_root -service hci_filter_root /system/bin/wcnss_filter +service hci_filter_root /vendor/bin/wcnss_filter class late_start user bluetooth group bluetooth diag system @@ -728,7 +728,7 @@ on property:wc_transport.start_root=true on property:wc_transport.start_root=false stop hci_filter_root -service hci_filter_root /system/bin/wcnss_filter +service hci_filter_root /vendor/bin/wcnss_filter class late_start user bluetooth group bluetooth diag system |