Home | History | Annotate | Download | only in default
      1 service vendor.bluetooth-1-0 /vendor/bin/hw/android.hardware.bluetooth@1.0-service
      2     class hal
      3     capabilities BLOCK_SUSPEND NET_ADMIN SYS_NICE
      4     user bluetooth
      5     group bluetooth
      6     writepid /dev/stune/foreground/tasks
      7 
      8 on property:vts.native_server.on=1 && property:ro.build.type=userdebug
      9     stop vendor.bluetooth-1-0
     10 on property:vts.native_server.on=1 && property:ro.build.type=eng
     11     stop vendor.bluetooth-1-0
     12 on property:vts.native_server.on=0 && property:ro.build.type=userdebug
     13     start vendor.bluetooth-1-0
     14 on property:vts.native_server.on=0 && property:ro.build.type=eng
     15     start vendor.bluetooth-1-0
     16