Hello
I have tried to create SCO Connection on Bliuetooth using Chat Example as follows. But it Panics
iSocket.Connect( address, iStatus );
SetActive();
I can see connecion on other side. Then give following command
TBTDevAddr adrs;
adrs = iServiceSearcher->BTDevAddr();
1) scoLink=CBluetoothSynchronousLink::NewL((*sconoti),(iSocketServer));
2) User::LeaveIfError(scoLink->CBluetoothSynchronousLink::SetupConnection(adrs));
3) scoLink->CBluetoothSynchronousLink::SetNotifier(*sconoti);
In case Line 3 is blocked / or open it Panics as
Panic KERN-EXEC 3
In debug mode variables are created & adrs etc. is assigned
Any help.
Mittal





