summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserviceinfo_qnx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove QNX/BlackBerry implementation for QtBluetoothAlex Blasche2015-06-171-138/+0
| | | | | | | | | [ChangeLog][QtBluetooth][Platform Specific Changes] Removed support for Blackberry 10. Change-Id: I431c4f34bb10aa3668542df7a8b3403b61bf4705 Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Update copyright headersJani Heikkinen2015-02-161-6/+6
| | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I3822a6484e8f7a420330de1cb1aeb0c3d1cf41b7 Reviewed-by: Sergio Ahumada <sahumada@texla.cl>
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
| | | | | | | | | - Renamed LICENSE.LGPL to LICENSE.LGPLv21 - Added LICENSE.LGPLv3 & LICENSE.GPLv2 - Removed LICENSE.GPL Change-Id: I7a8b8b787fcae9a178794364efdefe1021d10b1b Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* BlackBerry C API added for OS>10.2.1Nedim Hadzic2014-04-291-0/+31
| | | | | | | | | | | With new OS 10.3 some PPS object paths are changed. Therefore BB C API was used intead of PPS communication in some parts of QtConnectivity. The BB C API is introduced for OS 10.2.1 and newer. Change-Id: I94a21ed61a49a94dd2101990df4801a6925a3ce6 Reviewed-by: Alex Blasche <alexander.blasche@digia.com> Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
* QNX Service registered value fixNedim Hadzic2014-02-261-4/+19
| | | | | | | | | | Once registerService() was called isRegistered() will always return true. A call to unregisterService() now resets the value. Cleaning fake server port hash. Task-number: QTBUG-36626 Change-Id: I452651266192e5773b8330e5f7c02885adff2279 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Use QLoggingCategory to categorize the various debug output streamsAlex Blasche2013-12-201-1/+1
| | | | | | | Task-number: QTBUG-32253 Change-Id: I193162407d0fc7eca83689e31f03e1641a494ab0 Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Remove private and unused API from QBluetoothServiceInfoPrivateAlex Blasche2013-09-251-15/+0
| | | | | | | | | | | | Presumably this API was intended to update attributes while the service info object is already registered. It was not implemented anywhere. No reason to keep it. Some minor documentation fixes Change-Id: If6b4b7c37d99027d49a7af48c282725228e9a6c7 Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Fix peer to peer communication using two local adapters.Alex Blasche2013-09-251-4/+5
| | | | | | | | | | | | The code assumed to use the default adapter in a variety of places which caused wrong SDP registrations, device searches and peer names. The btchat examples was extended to cope with two local adapters. If there are more than two local adapters they will be ignored. Change-Id: I27d8bce65d943773e4e6cbd86982446fa79664a4 Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Remove QtBluetooth and QtNfc namespace.Alex Blasche2013-09-091-2/+2
| | | | | | | | This is based on namespace discussions on the Qt project dev mailing list. We continue to use the Qt namespace. Change-Id: I6119d06662f7682c11f42d759f3218be1f5a7d6c Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
* Merge QRfcommServer and QL2capServer to QBluetoothServerFabian Bumberger2013-08-291-3/+3
| | | | | | | Task-number: QTBUG-32722 Change-Id: Ia75ad5af2f81b737a8cca09dba919a7dc0fa0f8a Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* QNX: Bugfixes for the service discovery agentFabian Bumberger2013-08-261-5/+0
| | | | | Change-Id: I8d977eb9013a9fa98427080baac1df881985d961 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* QNX: Fix compilationFabian Bumberger2013-08-231-9/+10
| | | | | | Change-Id: I075b0d43867c844af05ba8ca86c237b023738da2 Reviewed-by: Wolfgang Bremer <wbremer@blackberry.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* QNX: Properly supporting SPP services with a service nameFabian Bumberger2013-07-291-2/+5
| | | | | Change-Id: I1cdbc61e4fc6bcb7b620ba828e802cc4b448830f Reviewed-by: Alex <alexander.blasche@digia.com>
* QNX: Fake rfcomm portsFabian Bumberger2013-07-291-9/+15
| | | | | | | | We need a way to associate a service with a server. The current API does that using rfcomm ports. On QNX We do not have access to the rfcomm ports, so we fake the behavior. Change-Id: I893fd60dc4cbc515643fe8218532de6634a6d88e Reviewed-by: Alex <alexander.blasche@digia.com>
* QNX: Add name to SPP profileFabian Bumberger2013-06-261-5/+5
| | | | | Change-Id: I88e1026597bdf94e2b723cf15e9354f231ae5bdf Reviewed-by: Alex <alexander.blasche@digia.com>
* Rename NFC and Bluetooth namespace macros.Aaron McCarthy2013-02-141-2/+2
| | | | | | | | Renamed to the namespace macros to follow what syncqt expects. This fixes missing namespace macro warnings printed by syncqt. Change-Id: I7be5a700e8435a559cb4c2e74938851233095887 Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
* QNX refactoring SPP supportFabian Bumberger2012-11-291-6/+10
| | | | | Change-Id: If7c1c407d234f83a200ffffe5a101d72debd1f68 Reviewed-by: Alex <ablasche@gmail.com>
* Refactoring service infoFabian Bumberger2012-11-271-23/+10
| | | | | Change-Id: Ide804f02b68e5bcf811969ed5cfad9c03e8bdbf2 Reviewed-by: Alex <ablasche@gmail.com>
* QNX making the device discovery agent more robustFabian Bumberger2012-11-271-5/+2
| | | | | Change-Id: Ibb7da66092e0edca9ac3d7e801275de5d166d6d8 Reviewed-by: Alex <ablasche@gmail.com>
* QXN Adding service infoFabian Bumberger2012-11-231-0/+121
I also had to move the qbluetoothserviceinfo_p.h to the global header files Change-Id: Id394c09f7d6d3daf4d86a2e6a54a4a3a34aa73cc Reviewed-by: Alex <ablasche@gmail.com>