summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qnx
Commit message (Collapse)AuthorAgeFilesLines
* Use QLoggingCategory to categorize the various debug output streamsAlex Blasche2013-12-202-29/+26
| | | | | | | Task-number: QTBUG-32253 Change-Id: I193162407d0fc7eca83689e31f03e1641a494ab0 Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Remove QtBluetooth and QtNfc namespace.Alex Blasche2013-09-092-4/+4
| | | | | | | | 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-2/+2
| | | | | | | 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-3/+1
| | | | | Change-Id: I8d977eb9013a9fa98427080baac1df881985d961 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* QNX: Make the device discovery agent more robustFabian Bumberger2013-08-081-7/+18
| | | | | | | Also fixes the autotests. Change-Id: I71983fa3cc49a88bb7b94544b7f24bebbd3cf86e Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* QNX: Close the BT control FD with a delayFabian Bumberger2013-08-072-10/+22
| | | | | | | | Otherwise messages might not be passed to the BT service correctly. Change-Id: I3ff26caa853283b09a995806631fdc82ac851e6f Reviewed-by: Bernd Weimer <bweimer@blackberry.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* QNX: Emit pairing finished signalFabian Bumberger2013-08-062-2/+3
| | | | | | | | | | Pairing finished signal is emitted after pairing was requested. Also fixes a typo and a bug where the q Pointer was not saved. Task-number: QTBUG-32247 Change-Id: Ia2d32fdafd9510908f278edda927071199326f5d Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* QNX Bluetooth adding OPPFabian Bumberger2013-08-012-0/+19
| | | | | | | Makes it possible to send QFiles over OPP. Other QIODevices do not work yet. Change-Id: I3a85a1f4a95c9059143f20d01c20ac27961e4a09 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* QNX: Fix compiler warningsFabian Bumberger2013-07-311-4/+4
| | | | | Change-Id: Ia73b3a89464d5913bec4cc528047283475297083 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* QNX: Properly supporting SPP services with a service nameFabian Bumberger2013-07-292-19/+21
| | | | | Change-Id: I1cdbc61e4fc6bcb7b620ba828e802cc4b448830f Reviewed-by: Alex <alexander.blasche@digia.com>
* QNX: Fake rfcomm portsFabian Bumberger2013-07-291-13/+8
| | | | | | | | 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-1/+3
| | | | | Change-Id: I88e1026597bdf94e2b723cf15e9354f231ae5bdf Reviewed-by: Alex <alexander.blasche@digia.com>
* QNX: Fix crash when setting host modeFabian Bumberger2013-06-261-0/+19
| | | | | Change-Id: I772375768b2d7d0fd766798bb3c5bd767f66abab Reviewed-by: Alex <alexander.blasche@digia.com>
* Fix qmake warnings about incorrect header includes in public headers.Alex Blasche2013-06-211-2/+2
| | | | | Change-Id: I4b6ff895a021665b18b007c8bd8a7059cbba3ab1 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
* Rename NFC and Bluetooth namespace macros.Aaron McCarthy2013-02-142-4/+4
| | | | | | | | 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>
* Remove use of QT_{BEGIN,END}_HEADER macros.Aaron McCarthy2013-02-031-4/+0
| | | | | | | | These macros were removed from Qt Core and they are no longer defined causing qtconnectivity to fail to build. Change-Id: I7971cca9d51e7eb1e395e348efb471982e355527 Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
* QNX fix for bug when setting host modeFabian Bumberger2012-12-061-0/+11
| | | | | Change-Id: I1acffa846843956fbe826c69308d19c1327419ec Reviewed-by: Alex <ablasche@gmail.com>
* QNX refactoring SPP supportFabian Bumberger2012-11-292-9/+28
| | | | | Change-Id: If7c1c407d234f83a200ffffe5a101d72debd1f68 Reviewed-by: Alex <ablasche@gmail.com>
* QNX making the device discovery agent more robustFabian Bumberger2012-11-272-16/+25
| | | | | Change-Id: Ibb7da66092e0edca9ac3d7e801275de5d166d6d8 Reviewed-by: Alex <ablasche@gmail.com>
* QXN Adding service infoFabian Bumberger2012-11-231-2/+2
| | | | | | | I also had to move the qbluetoothserviceinfo_p.h to the global header files Change-Id: Id394c09f7d6d3daf4d86a2e6a54a4a3a34aa73cc Reviewed-by: Alex <ablasche@gmail.com>
* QNX adding device discovery agentFabian Bumberger2012-11-222-2/+2
| | | | | Change-Id: Id21ee613489c7b7079a32812340046443d4868a9 Reviewed-by: Alex <ablasche@gmail.com>
* Preparing the QNX bluetooth portFabian Bumberger2012-11-223-0/+501
This commit includes a backend for processing pps commands. Change-Id: I4fb720167bbf6cecaa06a8e46d3407ea70745b28 Reviewed-by: Alex <ablasche@gmail.com>