xref: /btstack/port/mtk/restart.sh (revision 8caefee39d444df6d8908a96a844825f10fbdaa4)
1*8caefee3SMatthias Ringwaldecho "Restarting Bluetooth daemon"
2*8caefee3SMatthias Ringwald
3*8caefee3SMatthias Ringwaldecho "- stop  Bluetooth daemon"
4*8caefee3SMatthias Ringwaldadb shell su root setprop ctl.stop mtkbt
5*8caefee3SMatthias Ringwald
6*8caefee3SMatthias Ringwaldecho "- start Bluetooth daemon"
7*8caefee3SMatthias Ringwaldadb shell su root setprop ctl.start mtkbt
8