summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_bluez.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add indirection for QBluetoothSocket::bytesToWrite()Alex Blasche2017-06-291-0/+5
* Fix concurrent access to QBluetoothSocket::canReadLine() on AndroidAlex Blasche2017-06-291-0/+5
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta3Liang Qi2017-04-181-4/+2
|\
| * QBluetoothSocket/bluez: fix QString::arg() usageMarc Mutz2017-03-241-4/+2
* | Replace custom QT_BLUEZ_BLUETOOTH against the related feature defineAlex Blasche2017-04-061-1/+1
* | Correct the use of QString::argThiago Macieira2017-04-031-4/+4
|/
* Improve failed ::write() handling in QBluetoothSocketAlex Blasche2016-07-191-13/+37
* Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-261-14/+20
|\
| * Updated license headersAntti Kokko2016-01-201-14/+20
* | QBluetoothSocket: Do not report an error when the connection closes.Christian Kandeler2015-11-171-2/+2
|/
* Bluetooth socket: Simplify address conversion.Christian Kandeler2015-10-151-22/+10
* [Bluetooth] Optimize loopsKonstantin Ritt2015-09-161-6/+10
* bluez: peername: find a device before creating it.Robin Burchell2015-08-201-3/+3
* Bluez: Apply QBluetoothSocket::preferredSecurityFlags during connectAlex Blasche2015-07-071-0/+21
* Add preferredSecurityFlags to QBluetoothSocketAlex Blasche2015-07-031-0/+1
* Merge branch '5.4' into 5.5Alex Blasche2015-04-011-12/+2
|\
| * Minor code optimizationAlex Blasche2015-03-191-12/+2
* | Update copyright headersJani Heikkinen2015-02-161-7/+7
|/
* Fix QBluetoothSocket::isReadable()/isOpen()/isWritable()Alex Blasche2014-10-131-1/+1
* Add support for random vs public remote address connectionsAlex Blasche2014-09-021-3/+3
* Fix failing L2CP socket's on high-endian systemsAlex Blasche2014-09-021-2/+2
* Make QBluetoothSocket's _q_writeNotify & _q_readNotify privateAlex Blasche2014-08-251-7/+5
* Update license headers and add new licensesJani Heikkinen2014-08-241-19/+11
* Merge remote-tracking branch 'gerrit/5.4' into btleAlex Blasche2014-08-131-4/+1
|\
| * Merge branch '5.3' into devAlex Blasche2014-07-171-4/+1
| |\
| | * Reduce system header dependenciesAlex Blasche2014-07-161-3/+1
* | | Bind the BTLE socket to the local Bt deviceAlex Blasche2014-07-231-1/+1
* | | Merge branch 'dev' into btleAlex Blasche2014-07-031-1/+1
|\| |
| * | Remove usage of QObject::tr() in qbluetoothsocket_bluez.cpp.Friedemann Kleint2014-06-301-1/+1
* | | Provide guarding against non-BTLE enabled versions of BluezAlex Blasche2014-06-161-0/+5
* | | Discover all Bluetooth services and their handlesAlex Blasche2014-06-161-1/+3
* | | Connect to BTLE deviceAlex Blasche2014-06-161-2/+11
|/ /
* | Port QBluetoothSocket/QBluetoothServer to Bluez 5Alex Blasche2014-05-261-40/+50
* | Utilize QStringLiteral where possibleAlex Blasche2014-05-151-8/+8
|/
* Fix a crash in QBluetoothSocket on reconnection attempt (BlueZ)Oleg Shparber2014-04-161-0/+6
* Fix internal buffer corruption in QBluetoothSocket (BlueZ)Oleg Shparber2014-04-161-2/+1
* Refactor disconnection signals emittance in QBluetoothSocketOleg Shparber2014-04-151-15/+1
* Fix a few TODOs around the source code and remove obsolete onesAlex Blasche2014-03-131-1/+2
* Utilize new QBluetoothSocket::OperationError on QNX and BluezAlex Blasche2014-02-271-2/+17
* Remove QBluetoothSocketPrivate::socketDescriptor()Alex Blasche2014-02-261-5/+0
* Adjust strings for translationAlex Blasche2014-02-131-2/+2
* Merge remote-tracking branch 'gerrit/stable' into devAlex Blasche2014-02-031-25/+17
|\
| * Use qt_error_string rather than strerror.Alex Blasche2014-01-301-3/+3
| * Synchronize setting of QBluetoothSocket's error string, code and signalAlex Blasche2014-01-301-7/+7
| * Don't cache the QBluetoothSocket::localName() & peerName()Alex Blasche2014-01-291-12/+2
| * Initialize QBluetoothSocket::socketError properly.Alex Blasche2014-01-281-0/+1
| * Fix crash in Bluez implementation for QBluetoothSocketAlex Blasche2014-01-281-2/+3
| * Fix broken SDP discovery on QBluetoothSocketAlex Blasche2014-01-281-1/+1
* | whitespace fixesOswald Buddenhagen2014-01-201-4/+4
|/
* Use QLoggingCategory to categorize the various debug output streamsAlex Blasche2013-12-201-2/+5