Bluetooth discovery in Qt Mobility may not report devices (Nokia C6)
(Devnull -) |
hamishwillee
(Talk | contribs) m (Text replace - "Category:MeeGo" to "Category:MeeGo Harmattan") |
||
| (10 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Category:Qt Mobility]][[Category:Connectivity]] | + | [[Category:Qt Mobility]][[Category:Connectivity]][[Category:Bluetooth]] |
| − | {{Abstract| | + | {{Abstract|Bluetooth discovery in Qt Mobility may not report devices. }} |
| − | + | ||
{{ArticleMetaData | {{ArticleMetaData | ||
|sourcecode= http://doc.qt.nokia.com/qtmobility-1.2/btscanner.html | |sourcecode= http://doc.qt.nokia.com/qtmobility-1.2/btscanner.html | ||
|installfile= | |installfile= | ||
| − | | | + | |devices= Nokia C6-01 |
| − | |sdk= [http://qt.nokia.com/downloads/ Nokia Qt SDK 1.1.4] | + | |sdk= [http://qt.nokia.com/downloads/ Nokia Qt SDK 1.1.4] |
| − | |platform= Qt mobility 1.2.1 and later | + | |platform= Qt mobility 1.2.1 and later |
| − | |devicecompatability= | + | |devicecompatability=All with internal Bluetooth |
| − | |signing= | + | |signing=DevCert required |
|capabilities= ReadDeviceData LocalServices WriteDeviceData | |capabilities= ReadDeviceData LocalServices WriteDeviceData | ||
| − | |keywords= QBluetoothDeviceDiscoveryAgent, | + | |keywords= QBluetoothDeviceDiscoveryAgent, BluetoothLinkManagerDeviceDiscoverer |
|id= | |id= | ||
|language= | |language= | ||
| Line 18: | Line 17: | ||
|update-by=<!-- After significant update: [[User:username]]--> | |update-by=<!-- After significant update: [[User:username]]--> | ||
|update-timestamp=<!-- After significant update: YYYYMMDD --> | |update-timestamp=<!-- After significant update: YYYYMMDD --> | ||
| − | |creationdate= | + | |creationdate=20111124 |
| − | |author= | + | |author=[[User:Devnull]] |
}} | }} | ||
== Description== | == Description== | ||
| − | Bluetooth | + | Bluetooth device discovery on Symbian using the Qt Mobility API [http://doc.qt.nokia.com/qtmobility-1.2/qbluetoothdevicediscoveryagent.html QBluetoothDeviceDiscoveryAgent] may not report some local devices when both Bluetooth audio and wireless data connections are active. |
== How to reproduce == | == How to reproduce == | ||
| − | + | Connect a Bluetooth headset and start listening an internet radio over the wireless network. | |
| − | + | Attempt to discover bluetooth devices with the API. No devices are discovered - and in the Qt Creator debug window you can see the following messages | |
| − | + | <code text> | |
| − | + | ||
| − | <code> | + | |
[Qt Message] void QtMobility::BluetoothLinkManagerDeviceDiscoverer::RunL() 0 | [Qt Message] void QtMobility::BluetoothLinkManagerDeviceDiscoverer::RunL() 0 | ||
[Qt Message] void QtMobility::BluetoothLinkManagerDeviceDiscoverer::RunL() -25 | [Qt Message] void QtMobility::BluetoothLinkManagerDeviceDiscoverer::RunL() -25 | ||
</code> | </code> | ||
| − | + | Where -25 means {{Icode|KErrHostResNoMoreResults}}. | |
| − | Where -25 means | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | { | + | |
| − | + | ||
| − | + | ||
| − | . | + | |
| − | + | ||
| − | + | ||
== Solution == | == Solution == | ||
| − | + | There is no known solution or workaround for the problem.[[Category:MeeGo Harmattan]] [[Category:Symbian]] | |
Revision as of 13:51, 13 June 2012
Bluetooth discovery in Qt Mobility may not report devices.
Article Metadata
Code Example
Tested with
SDK: Nokia Qt SDK 1.1.4
Devices(s): Nokia C6-01
Compatibility
Platform(s): Qt mobility 1.2.1 and later
Device(s): All with internal Bluetooth
Platform Security
Signing Required: DevCert required
Capabilities: ReadDeviceData LocalServices WriteDeviceData
Article
Keywords: QBluetoothDeviceDiscoveryAgent, BluetoothLinkManagerDeviceDiscoverer
Created: Devnull
(24 Nov 2011)
Last edited: hamishwillee
(13 Jun 2012)
Description
Bluetooth device discovery on Symbian using the Qt Mobility API QBluetoothDeviceDiscoveryAgent may not report some local devices when both Bluetooth audio and wireless data connections are active.
How to reproduce
Connect a Bluetooth headset and start listening an internet radio over the wireless network.
Attempt to discover bluetooth devices with the API. No devices are discovered - and in the Qt Creator debug window you can see the following messages
[Qt Message] void QtMobility::BluetoothLinkManagerDeviceDiscoverer::RunL() 0
[Qt Message] void QtMobility::BluetoothLinkManagerDeviceDiscoverer::RunL() -25
Where -25 means KErrHostResNoMoreResults.
Solution
There is no known solution or workaround for the problem.

