manniru / bluecove

Automatically exported from code.google.com/p/bluecove
0 stars 0 forks source link

Several devices in BlueZ D-Bus #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to load 2 devices in BlueZ D-Bus using separate threads. 
2. Check LocalDevice to see what mac is loaded.

What is the expected output?
Two different devices are loaded in each thread.

What do you see instead?
The same device is loaded in each thread (hci1 in my case)

System DATA
Bluecove version: 2.1.1-SNAPSHOT.60
OS: Ubuntu 9.04
Stack: BlueZ 4.34
JVM: OpenJDK6
32 bits

Please provide any additional information below.
Same code works fine in non dbus distribution (same snapshot version). This
is why I'm reporting it as bug.

Original issue reported on code.google.com by cokem...@gmail.com on 16 Oct 2009 at 9:36