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