Hi,
I'm able to discover devices which r bluetooth ON from my application.
But when i try to connect using the Bluetoothsocket's connect()
method, I'm getting an IOException: Connection refused.
I'm using the following UUID
private static final UUID MY_UUID =
UUID.fromString("00001101-0000-1000-8000-00805F9B34FB");Please help in solving this issue. Thanks in advance, Nand -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

