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