robertoprato / bluecove

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

Samsung Instinct paired with WinXP does not show as trusted #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Targus ACB100US mini usb adapter with Widcomm stack on Windows
XP SP2
2. Install bluecove and use RemoteDeviceDiscovery sample java code to list
devices.
3. Add and System.out.println to print "yes" or "no" if based on whether
.isTrustedDevice() returns true or false.
4. Run updated app and if your Samsung Instinct is found it will not show
up as a trusted device even though it has been paired with the Windows XP PC.

What is the expected output? What do you see instead?
I would expect to see the value of .isTrustedDevice() to equal "true". 
Instead it comes back as false.

What BlueCove version are you using (include build number for SNAPSHOT)? On
what operating system and jvm? Is this 64-bit or 32-bit OS and jvm?
Windows XP SP2 - 32bit with JVM 1.6.0.7 and bluecove 2.0.3.

Please provide any additional information below.
Window's "Bluetooth Neighborhood" shows the device with a checkbox and
lists it's type as Cellular Phone.  I have tried this with a Samsung
BlackJack II and it works just fine.

Original issue reported on code.google.com by jasonkd...@gmail.com on 15 Oct 2008 at 6:09