Hi chaps,
My bluetooth app has been working for ages on my Nexus 7, I have just tried it on a Galaxy Tab 3 (7in), and I'm getting an unexpected error when my bluetooth device connects to it. Just hoping for a little more info on the logs, as I am not quite sure what to look more closely at.
Here's a bit of the log below:
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Service (unit_comms) Create **
** Service (unit_comms) Start **
connected: true
alive
java.io.IOException: Transport endpoint is not connected
java.io.IOException: Transport endpoint is not connected
java.io.IOException: Transport endpoint is not connected
** Activity (main) Resume **
So the app receives an incoming bluetooth packet (sets 'connected' as true, then replies with an 'alive' packet, and it seems the IOexception is occurring when it tries to send data back to my bluetooth device.
Why would there be no problem on the nexus 7, but problem on the galaxy? Any insights appreciated!
My bluetooth app has been working for ages on my Nexus 7, I have just tried it on a Galaxy Tab 3 (7in), and I'm getting an unexpected error when my bluetooth device connects to it. Just hoping for a little more info on the logs, as I am not quite sure what to look more closely at.
Here's a bit of the log below:
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Service (unit_comms) Create **
** Service (unit_comms) Start **
connected: true
alive
java.io.IOException: Transport endpoint is not connected
java.io.IOException: Transport endpoint is not connected
java.io.IOException: Transport endpoint is not connected
** Activity (main) Resume **
So the app receives an incoming bluetooth packet (sets 'connected' as true, then replies with an 'alive' packet, and it seems the IOexception is occurring when it tries to send data back to my bluetooth device.
Why would there be no problem on the nexus 7, but problem on the galaxy? Any insights appreciated!