I can\'t debug over bluetooth with my Moto360.
To start I have enabled "ADB debugging" and "Debug over Bluetooth" on the Moto360. I have also ena
You can try that, at least, it works for me:
your watch -> developer options -> adb debugging (once disable, then enable).
After that,
adb forward tcp:4444 localabstract:/adb-hub
adb connect 127.0.0.1:4444