Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Device [services] not discovered #47

Closed
GoogleCodeExporter opened this issue Mar 16, 2015 · 1 comment
Closed

Device [services] not discovered #47

GoogleCodeExporter opened this issue Mar 16, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: WontFix
  • Added labels: OpSys-Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant