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