1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-04-01 04:20:33 +00:00
btstack/port/mtk/restart.sh

8 lines
184 B
Bash
Executable File

echo "Restarting Bluetooth daemon"
echo "- stop Bluetooth daemon"
adb shell su root setprop ctl.stop mtkbt
echo "- start Bluetooth daemon"
adb shell su root setprop ctl.start mtkbt