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