I\'ve been having this problem for a while and haven\'t been able to figure it out.
I have a android application that puts all paired devices in a listview. When you cl
I got the same error message after connecting the socket a second time. I simply checked if the socket is already connected.
if(!mmSocket.isConnected()) mmSocket.connect();
I was testing on Android 4.4.2 (Moto G).