Dear friends,
I am using JSR82 for bluetooth connection.
According to the application requirement,
I have to get the remote device address and have to connect to it send the data.
I am getting the bluetooth address of the remote device and getting the url of the remote device using
ServiceRecord.getConnectionURL(ServiceRecord.NOAUTHENTICATE_NOENCRYPT, false);
Here I am using uuid value as 0x0001.
I am getting the url as :
btl2cap://001dbec20fd0:1;authenticate=false;master=true
and when I am using this url to establish connection with remote device,
it is giving the exception as
BluetoothConnectionException:SymbianOS error = -5: General:
I dont know why I am getting this error.
so which uuid value I need to use to make a connection with remotedevice.
Actually I tested it on E61I device. and the remote device is MotorolaRazr. ( its service is btl2cap).
How do I need to do to make a connection with this device.
please help me.

Reply With Quote

