xref: /btstack/port/mtk/restart.sh (revision 6b8177c56d8d42c688f52897394f8b5eac7ee972)
1echo "Restarting Bluetooth daemon"
2
3echo "- stop  Bluetooth daemon"
4adb shell su root setprop ctl.stop mtkbt
5
6echo "- start Bluetooth daemon"
7adb shell su root setprop ctl.start mtkbt
8