bquanhuang / bluecove

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

Device [services] not discovered #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Connecting to a bluetooth address with a specified RFCOMM port, with the
following code :

bluetoothConnection = (StreamConnection)javax.microedition.io.Connector.open(
    "btspp://" + address + ":" + port + ";encrypt=false;authenticate=false"); 

What is the expected output? What do you see instead?
I expect getting a connection I can use to send/receive data. Instead I get
"Device not discovered" error or "Device service not discovered" depending
on if the device was discovered by my application before the connect attempt.

What software versions do you use ?
I use bluecove v2.03 and BlueSoleil 06.03 (as far I know Microsoft
Bluetooth stack does not have this issue)

Other notes ?
A RFCOMM port is not a service and I can not discover it, even if I use a
service, this happends with paired devices also, so a full discovery needs
to be done every time I try to connect to a device address stored in a
previus session.

Original issue reported on code.google.com by senoc...@gmail.com on 9 Sep 2008 at 8:11

GoogleCodeExporter commented 8 years ago
BlueSoleil 6.03 not supported.
Also on BlueSoleil you should run service search all the time before making 
connections!!!! BlueCove on IVT do not confirm to JSR-82!

Original comment by skarzhev...@gmail.com on 29 Sep 2008 at 11:50