This page was last modified 11:07, 28 May 2007.
How to establish GSM and GPRS connection simultaneously
From Forum Nokia Wiki
S60 devices have been categorized into three classes based upon the GPRS connectivity during active GSM call.
Contents |
Class A
Can be connected to GPRS service and GSM service (voice, SMS), using both at the same time. Such devices available today (N73/80/91/93, E60/61/70 etc).
Class B
Can be connected to GPRS service and GSM service (voice, SMS), but using only one or the other at a given time. During GSM service (voice call or SMS), GPRS service is suspended, and then resumed automatically after the GSM service (voice call or SMS) has concluded. Most GPRS mobile devices are Class B(N70,N90,6680 etc).
Class C
Are connected to either GPRS service or GSM service (voice, SMS). Must be switched manually between service.
NOTE:
There is no direct API to query about the supported GPRS class in a device.Most of Nokia 3G (WCDMA) phone models support GPRS class A. The feature discovery API can be used to detect if a phone model supports WCDMA stack. Here is some snippet code:
TBool isSupported = CFeatureDiscovery::IsFeatureSupportedL(KFeatureIdProtocolWcdma); if (isSupported) // activate the service
For more information about feature discovery, refer the API reference in the SDK.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 6310 bluetooth connection with PCsuite fails | Nokia_Archive | Bluetooth Technology | 1 | 2002-05-28 15:14 |
| GPRS connection closing problem | hrdonka | Mobile Java Networking & Messaging & Security | 3 | 2006-06-21 21:37 |
| Ended a GPRS connection | Jeepy | General Symbian C++ | 1 | 2004-03-23 11:36 |
| PPP over bluetooth | carl_rocha | Symbian Networking & Messaging | 0 | 2004-03-24 18:00 |
| Downloading PNG to 7650 | yukio7 | Mobile Java General | 2 | 1970-01-01 02:00 |
