• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1service 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
8on property:vts.native_server.on=1 && property:ro.build.type=userdebug
9    stop vendor.bluetooth-1-0
10on property:vts.native_server.on=1 && property:ro.build.type=eng
11    stop vendor.bluetooth-1-0
12on property:vts.native_server.on=0 && property:ro.build.type=userdebug
13    start vendor.bluetooth-1-0
14on property:vts.native_server.on=0 && property:ro.build.type=eng
15    start vendor.bluetooth-1-0
16