Bluetooth -> service discovery failed

Posted by Kaiser on Stack Overflow See other posts from Stack Overflow or by Kaiser
Published on 2010-02-05T14:50:20Z Indexed on 2010/03/19 21:21 UTC
Read the original article Hit count: 1099

Filed under:
|
|
|
|

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 !

© Stack Overflow or respective owner

Related posts about android

Related posts about bluetooth