Looks like a problem with Symbian 9.3.
I've always used this code and connect the different phones.
everything always worked fine
//code client
String s;
try
{
con = (L2CAPConnection) Connector.open(URL);
}
catch (Exception g)
{
s = ""+g;
}
but when I try to connect E52 with 3109c (s40) I get this error now
s = JAVAX.BLUETOOTH.BLUETOOTHCONNECTIONEXCEPTION: SYMBIANOS ERROR = - 29
I read Symbian OS error codes.
Component Name Value Suggested Text
E32 (E32ERR.H) KErrCommsLineFail -29 Comms line failed
What is it? Is it bug?
please help

Reply With Quote




