robertoprato / bluecove

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

Cannot discover other bluetooth devices or discovered by others #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Implement DiscoveryListener functions
2. LocalDevice device = LocalDevice.getLocalDevice( );
   BluetoothSearch search = new BluetoothSearch();
   device.setDiscoverable(DiscoveryAgent.GIAC);
   search.agent = device.getDiscoveryAgent( );
   search.agent.startInquiry(DiscoveryAgent.GIAC, search);

What is the expected output? What do you see instead?
I am using my laptop as a client, so it searchs for host. However, It 
cannot find anything even if I turned on the bluetooth of my cellphone.

Also, I tried to set the bluetooth device on my labtop discoverable; 
however, my cellphone cant discover the bluetooth device on my labtop 
neither. 

Help!

Original issue reported on code.google.com by patrickz...@hotmail.com on 17 Feb 2010 at 9:21

GoogleCodeExporter commented 8 years ago
Works in my environment.  This is not a bug.

Original comment by skarzhev...@gmail.com on 31 Mar 2010 at 4:44