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
Original issue reported on code.google.com by
patrickz...@hotmail.com
on 17 Feb 2010 at 9:21