It seems that wireless ADB has more and more issues each time I update Android Studio. Using 2.1.1, I\'m now unable to connect to my tablet using the command:
I had the same issue. These steps worked for me:
adb tcpip 5555
restarting in TCP mode port: 5555
adb connect 192.168.43.1:5555
Hope this can solve your issue.