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