mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
8 lines
184 B
Bash
8 lines
184 B
Bash
|
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
|