Hi,
I'm developing application which communicates with PC via Bluetooth. Connection is made through RFCOMM and RSocket.
Connection with PC works just fine, but when connection is made to another phone (2.) things fall apart.
Socket seems to be opened correctly, but writing to it causes error KErrNotReady, which makes sense 'cause nobody is listening to it.
After this connection is dropped but few seconds later the phone (1.) receives connection request from the other phone (2.). If answered YES, the second phone (2.) receives connection request resulting in infinite loop of requests!
I know this more than just my application, because I can close my app and the loop still continues.
I've tested this with 3650 and 7650, which both work same way, and with P800 which works correctly (no loop). Is this known Symbian 6.1/Series60 problem?