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