Hello,
I'm writing an application which is able to communicate with my PC. I have used the Bluetooth functionalities of the SDK 2.1.
I can find devices, get their MAC address, create a RFCOMM socket, but when I start the connection, I get the following error message :
Service discovery failed.
1)Is it because of the UUID which is not the same on my application and on my PC ? 2)How can I get the correct UUID on my PC ?
If I write a such application, is my Nexus one the client or the server ?
Thanks a lot for your help !