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