[android-developers] Bluetooth UUID receive delayed

2011-03-18 Thread Ajith Kamath
Hi I am working on Bluez stack and currently facing a problem. I am able to pair with another phone. As soon as pairing occurs , it will take about nearly 1 min to get UUID property changed signal from bluez. This is happening only with phones If I try doing it with headsets, I will get UUID

[android-developers] Bluetooth UUID

2010-03-11 Thread Peter Fortuin
Hello, I want to create a serial connection over Bluetooth to a device I have. But the problem is that I don't know the UUID of the service on that device. How can I found out what the UUID is before connecting? -- You received this message because you are subscribed to the Google Groups

[android-developers] Bluetooth UUID

2010-01-22 Thread Fran
Hi everyone :) I've got a doubt with the uuid. The question is I've the uuid from a J2ME app with javax.bluetooth.uuid new UUID(19088743L); and I'd like to convert it to java.util to port to Android using fromString(String uuid) or something similar that let me make the same UUID on Android.

[android-developers] bluetooth uuid

2009-11-24 Thread Paul
Can someone explain how to use createRfcommSocketToServiceRecord? How do I find out the UUID of the device I want to connect to? Thanks, Paul -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] bluetooth uuid

2009-11-24 Thread Sean Liao
try this one: 1101--1000-8000-00805F9B34FB WIDCOM SDK and a C# SDK actually define the above constant value for SPP/RFCOMM It seems work for me although I am having problem use the inputStream and outSteam out of the connection. Hope it works for you. On Tue, Nov 24, 2009 at 4:20

Re: [android-developers] bluetooth uuid

2009-11-24 Thread Nick Pelly
No no no no :) Go to a uuid generator, and generate your own unique UUID for your application. For example: http://www.uuidgenerator.com It can be any valid UUID, so long as you use the same UUID on both the server and the client of your application. Instead of allowing applications to choose