xref: /btstack/port/mtk/restart.sh (revision 0af04ee4d37be8d9457648a5a7a21f3a4ff171da)
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