| Reply | « Previous Thread | Next Thread » |
|
Hi,
I am trying to send one file from series 60 mobile to series 80. Advertising as well as searching of device is done successfully but at the time of making connection of sending socket (RSocket)from series 60 mobile to series80 mobile appilication of series 80 mobile Freeze and application on series 60 mobile wait to get connection request response. code for making connection request is as follow TBTSockAddr address; address.SetBTAddr(iSearcher->BTDevAddr()); address.SetPort(iSearcher->Port()); iSendingSocket.Connect(address, iStatus); If I send data from series80 to series60 mobile it is done successfully but from series60 to series80 mobile application is freezing. Is it due to security issues of series 80 mobile? or any thing.please suggest me answer. I am not understanding why this is happening since API for bluetooth for series 80 and 60 are same. It is urgent to me so if anyone know it kindly give reply. Thanks Yogesh Dusane |
|
Hi,
Acually this was not problem of socket which I was thinking, As Accept() of socket is asynchronous function so it is required to activate active object after it,as I am doing it in active object.But I was not doing that one so my application got freezed. Thanks Yogesh Dusane |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Connecting Mobile to PC Enabled Bluetooth | waelali | Bluetooth Technology | 2 | 2006-02-01 18:13 |
| Nokia SDK Bluetooth service re-discovery problem, Help Me!:( | tomsonxu | Mobile Java Tools & SDKs | 0 | 2005-11-08 08:39 |
| 6230 global problems with Bluetooth | asterixmlm | General Discussion | 1 | 2004-12-10 18:12 |
| problem with series 40 connecting to IIS | apaalton | Mobile Java General | 1 | 2004-06-03 16:20 |
| Series 60 Symbian 1.2.1 and socket open problem | lobz | Mobile Java Tools & SDKs | 0 | 2003-08-24 16:17 |