Active Bluetooth profile cannot be resolved on Symbian (Known Issue)
hamishwillee
(Talk | contribs) m (Text replace - "Category:S60 5th Edition (initial release)" to "Category:S60 5th Edition") |
|||
| (11 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Category: | + | [[Category:Symbian C++]][[Category:Bluetooth]][[Category:Known Issue]][[Category:S60 3rd Edition (initial release)]][[Category:S60 3rd Edition FP1]][[Category:S60 3rd Edition FP2]][[Category:S60 5th Edition]][[Category:S60 5th Edition]][[Category:Symbian^3]][[Category:Symbian Anna]][[Category:Nokia Belle]] |
| − | + | {{Abstract|Symbian does not have a C++ api for determining the active Bluetooth profile in any version.}} | |
| − | + | {{ArticleMetaData <!-- v1.2 --> | |
| − | {{ | + | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> |
| − | {{ | + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> |
| − | | | + | |devices= All (S60) |
| − | |platform=S60 (All platform versions) | + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> |
| − | | | + | |platform= S60 (All platform versions) |
| − | | | + | |devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> |
| − | | | + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> |
| − | | | + | |signing= <!-- Empty or one of Self-Signed, DevCert, Manufacturer --> |
| − | |keywords= | + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> |
| + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | ||
| + | |language= <!-- Language category code for non-English topics - e.g. Lang-Chinese --> | ||
| + | |translated-by= <!-- [[User:XXXX]] --> | ||
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by= <!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate= 20081023 | ||
| + | |author= [[User:Technical writer 1]] | ||
| + | <!-- The following are not in current metadata --> | ||
| + | |id= KIS001150 | ||
}} | }} | ||
| + | == Description == | ||
| − | + | The Bluetooth profile defines a possible set of Bluetooth operations - for example, the Basic Imaging Profile (BIP) defines how an imaging device can send an image to a remote device, or how an imaging device can print an image. There are about 22 Bluetooth profiles, many of which are overlapping and closely related. | |
| − | The Bluetooth profile defines | + | |
| − | + | A Bluetooth-enabled device can be connected to a remote device by using any of the connectable profiles. There is no way to determine which profile is in use. | |
| − | A Bluetooth-enabled device can be connected to a remote device by using any of the connectable profiles. | + | |
== Solution == | == Solution == | ||
No solution. Currently Symbian C++ does not provide any APIs which can be used to find out which profile is being used while the device is connected. | No solution. Currently Symbian C++ does not provide any APIs which can be used to find out which profile is being used while the device is connected. | ||
Latest revision as of 07:39, 1 August 2012
Symbian does not have a C++ api for determining the active Bluetooth profile in any version.
Article Metadata
Tested with
Devices(s): All (S60)
Compatibility
Platform(s): S60 (All platform versions)
Article
Created: User:Technical writer 1
(23 Oct 2008)
Last edited: hamishwillee
(01 Aug 2012)
Description
The Bluetooth profile defines a possible set of Bluetooth operations - for example, the Basic Imaging Profile (BIP) defines how an imaging device can send an image to a remote device, or how an imaging device can print an image. There are about 22 Bluetooth profiles, many of which are overlapping and closely related.
A Bluetooth-enabled device can be connected to a remote device by using any of the connectable profiles. There is no way to determine which profile is in use.
Solution
No solution. Currently Symbian C++ does not provide any APIs which can be used to find out which profile is being used while the device is connected.

