1 service bluetooth-1-0 /vendor/bin/hw/android.hardware.bluetooth@1.0-service 2 class hal 3 user bluetooth 4 group bluetooth 5 writepid /dev/stune/foreground/tasks 6 7 on property:vts.native_server.on=1 && property:ro.build.type=userdebug 8 stop bluetooth-1-0 9 on property:vts.native_server.on=1 && property:ro.build.type=eng 10 stop bluetooth-1-0 11 on property:vts.native_server.on=0 && property:ro.build.type=userdebug 12 start bluetooth-1-0 13 on property:vts.native_server.on=0 && property:ro.build.type=eng 14 start bluetooth-1-0 15