blob: 821fd7d336dd015b0bc4683d859584a673c4e4ad [file] [log] [blame]
Steven Moreland6cf7d712017-02-27 08:58:08 -08001service bluetooth-1-0 /vendor/bin/hw/android.hardware.bluetooth@1.0-service
Andre Eisenbach89ba5282016-10-13 15:45:02 -07002 class hal
Tom Cherryf03dbc62018-03-22 16:05:16 -07003 capabilities NET_ADMIN SYS_NICE
Andre Eisenbach89ba5282016-10-13 15:45:02 -07004 user bluetooth
5 group bluetooth
Joel Fernandescb6f47d2017-04-03 19:19:30 -07006 writepid /dev/stune/foreground/tasks
Keun Soo Yim1965f732017-04-24 14:49:30 -07007
8on property:vts.native_server.on=1 && property:ro.build.type=userdebug
9 stop bluetooth-1-0
10on property:vts.native_server.on=1 && property:ro.build.type=eng
11 stop bluetooth-1-0
12on property:vts.native_server.on=0 && property:ro.build.type=userdebug
13 start bluetooth-1-0
14on property:vts.native_server.on=0 && property:ro.build.type=eng
15 start bluetooth-1-0