Hi all
attaching the logs
I am getting wierd log, which i think is causing the problem:
"probe failed with driver input-headset for device
/org/bluez/483/hci0/dev_12_47_C5_EA_B1_8A"
Can anyone tell me why this occurs??
Regards,
Ajith
LOG:
03-18 18:29:03.554: INFO/BluetoothService(112): Ajith
Thanks for the reply. We got the serial over bluetooth connection working
with our device. That UUID was correct.
Is it true that every kind of profile has it's unique uuid?
2010/3/11 moneytoo
> You may have some luck running "sdptool browse" on linux machine.
>
> On Mar 11, 10:41 am, Peter For
You may have some luck running "sdptool browse" on linux machine.
On Mar 11, 10:41 am, Peter Fortuin wrote:
> 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 wha
The predefined UUID for serial port is:
1101--1000-8000-00805F9B34FB
Check this post:
http://groups.google.com/group/android-developers/browse_thread/thread/bf24c424e5c42e8b/bcca77b1927d3074?hl=en#bcca77b1927d3074
On Mar 11, 1:41 am, Peter Fortuin wrote:
> Hello,
>
> I want to create a
Ohh, I forgot convert it to hex.
UUID.fromString("01234567--1000-8000-00805F9B34FB")
On Jan 22, 10:40 pm, moneytoo wrote:
> Just complete it to 128 bit UUID. Like that...
>
> UUID.fromString("19088743--1000-8000-00805F9B34FB")
>
> On Jan 21, 10:49 pm, Fran wrote:
>
>
>
> > Hi everyone :
Just complete it to 128 bit UUID. Like that...
UUID.fromString("19088743--1000-8000-00805F9B34FB")
On Jan 21, 10:49 pm, Fran wrote:
> 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 lik
If I read the doc correctly, I feel the current bluetooth api is meant to
supporting end-to-end communication that you implements both client and
remote server. In this case, you must know a UUID for the service record
you creating and publish in SDDB.
For your and my case, we are connecting to a
> Android requires pairing to connect to a remote device, even if the remote
> device does not require pairing. (Nick)
So, I was able to successfully connect to the Bluetooth device! Like
you said I had to pair the device. The pin that work in my case was
1234. I was trying but that did not w
On Tue, Nov 24, 2009 at 5:16 PM, Paul wrote:
> > try this one: 1101--1000-8000-00805F9B34FB
>
> This got me somewhere. That is, Android tried to connect to the
> Bluetooth device but was unable to. I know that this is the 16-bit
> UUID for the serial port profile (0x1101) promoted to a 1
> try this one: 1101--1000-8000-00805F9B34FB
This got me somewhere. That is, Android tried to connect to the
Bluetooth device but was unable to. I know that this is the 16-bit
UUID for the serial port profile (0x1101) promoted to a 128-bit UUID.
This is what I had initially tried but inco
10 matches
Mail list logo