Active Bluetooth profile cannot be resolved on Symbian (Known Issue)
hamishwillee
(Talk | contribs) m (moved Resolving active Bluetooth profile not supported (Known Issue) to Active Bluetooth profile cannot be resolved on Symbian (Known Issue): Better topic name) |
hamishwillee
(Talk | contribs) m (Text replace - "Category:S60 5th Edition (initial release)" to "Category:S60 5th Edition") |
||
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Category:Symbian C++]] [[Category:Bluetooth]][[Category:Known Issue]] | + | [[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 --> | {{ArticleMetaData <!-- v1.2 --> | ||
|sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
| Line 22: | Line 23: | ||
|author= [[User:Technical writer 1]] | |author= [[User:Technical writer 1]] | ||
<!-- The following are not in current metadata --> | <!-- The following are not in current metadata --> | ||
| − | |||
|id= KIS001150 | |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.

