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