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