Hi All,

I am writing an Bluetooth Server and Client application. My Bluetooth
server will be J2SE application and client will be Android
application.

While trying to set up the communication using the UUID, I have
noticed that in J2SE the UUID has to be in the following format in
order to work:
0000110100001000800000805f9b34fb

But in Android the format has to be:
00001101-0000-1000-8000-00805f9b34fb

Thus now I could not connect and send over the string. Why is there
this discrepancy? Or am I doing it wrongly and is there any other way
to communicate?

Thanks In Advance,
Perumal

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to