diff options
Diffstat (limited to 'rootdir/etc/init.qcom.rc')
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 46219b7..1e1f268 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -276,6 +276,7 @@ on property:bluetooth.isEnabled=true on property:vold.decrypt=trigger_restart_framework start config_bt_addr + start config_bluetooth on property:persist.env.fastdorm.enabled=true setprop persist.radio.data_no_toggle 1 @@ -297,6 +298,12 @@ service config_bt_addr /system/bin/btnvtool -O group bluetooth radio oneshot +service config_bluetooth /system/bin/sh /system/etc/init.qcom.bt.sh "onboot" + class core + user root + seclabel u:r:bluetooth_loader:s0 + oneshot + service cnd /system/bin/cnd class late_start socket cnd stream 660 root inet |
