android bluetooth can't connect
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 click one of the list items, it will initiate a request to connect to that bluetooth device. I can get the list of devices with their addresses no problem. The problem is that once I try to connect I get an IOException on socket.connect(); The error message is as follows: "connect read failed, socket might closed or timeout, read ret: -1" Here is my code. ANY suggestions would be appreciated. I'm pretty stuck on this. fyi: the