You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
senoc...@gmail.com
on 9 Sep 2008 at 8:11The text was updated successfully, but these errors were encountered: