summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add indirection for QBluetoothSocket::bytesToWrite()Alex Blasche2017-06-291-1/+1
* Fix concurrent access to QBluetoothSocket::canReadLine() on AndroidAlex Blasche2017-06-291-1/+1
* winrt: Add bluetooth socket supportOliver Wolff2017-01-201-3/+24
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-3/+30
|\
| * QBluetoothSocket::connectToService - check a socket type firstTimur Pocheptsov2016-08-261-0/+27
| * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-161-3/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-5/+7
|\|
| * Bluez5: Fix serial service discovery inside QBluetoothSocketAlex Blasche2016-04-291-5/+7
* | Updated license headersAntti Kokko2016-01-201-15/+21
|/
* Add comment that QBluetoothSocket only supports asynch read/writeAlex Blasche2015-11-021-0/+3
* QBluetoothSocket's securityFlag exists since Qt 5.6 and not 5.5Alex Blasche2015-09-151-2/+2
* Add preferredSecurityFlags to QBluetoothSocketAlex Blasche2015-07-031-0/+54
* Remove QNX/BlackBerry implementation for QtBluetoothAlex Blasche2015-06-171-11/+10
* Merge branch '5.4' into 5.5Alex Blasche2015-04-011-0/+14
|\
| * Fix crash in QBluetoothServiceDiscoveryAgent on Bluez 5.xAlex Blasche2015-03-231-0/+14
* | Update copyright headersJani Heikkinen2015-02-161-7/+7
* | Merge remote-tracking branch 'gerrit/5.4' into HEADAlex Blasche2014-10-161-5/+14
|\|
| * Fix QBluetoothSocket::isReadable()/isOpen()/isWritable()Alex Blasche2014-10-131-5/+5
| * Improve QBluetoothSocket::close() documentationAlex Blasche2014-10-101-0/+9
* | Merge branch '5.4' into btleAlex Blasche2014-10-011-0/+9
|\|
| * Don't permit write of non-existing or empty data via socketAlex Blasche2014-09-261-0/+7
| * Add \since to all Qt Bluetooth classes which didn't have the tag yetAlex Blasche2014-09-261-0/+2
* | Port QBluetoothSocket to OS X.Timur Pocheptsov2014-09-261-1/+1
|/
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-281-1/+3
|\
| * Fix L2CP socket connectionsv5.3.2Alex Blasche2014-08-271-1/+3
* | Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
|/
* Refactor disconnection signals emittance in QBluetoothSocketOleg Shparber2014-04-151-0/+9
* Remove QBluetoothSocketPrivate::socketDescriptor()Alex Blasche2014-02-261-0/+1
* Don't refuse the connect attempt while in ServiceLookupState.Alex Blasche2014-02-201-1/+1
* Merge remote-tracking branch 'gerrit/stable' into devAlex Blasche2014-02-141-0/+1
|\
| * Fix missing QBluetoothSocket::state update after unsuccessful SDP searchold/5.2Alex Blasche2014-02-131-0/+1
* | Port QtBluetooth to AndroidAlex Blasche2014-02-131-27/+70
|/
* Synchronize setting of QBluetoothSocket's error string, code and signalAlex Blasche2014-01-301-3/+6
* Refine documentation for QBluetoothSocket::localXYZ() functions.Alex Blasche2014-01-281-1/+12
* Fix broken SDP discovery on QBluetoothSocketAlex Blasche2014-01-281-1/+3
* Use QLoggingCategory to categorize the various debug output streamsAlex Blasche2013-12-201-10/+13
* Emit ServiceLookup signal in QBluetoothSocket/Bluez when required.Alex Blasche2013-09-251-0/+4
* Error handling for QBluetoothServerFabian Bumberger2013-09-201-8/+0
* QNX: Fix compilation and a compiler warningFabian Bumberger2013-09-201-1/+1
* Unify QBluetoothSoket, QBluetoothServer and QBluetoothServiceInfo protocol enumFabian Bumberger2013-09-201-30/+19
* QNX: Take socketType and serverType into accountFabian Bumberger2013-09-191-1/+19
* Lower the verbosity of bluetoothFabian Bumberger2013-09-181-7/+7
* BlackBerry: Add some platform documentationFabian Bumberger2013-09-181-7/+13
* Remove QtBluetooth and QtNfc namespace.Alex Blasche2013-09-091-2/+2
* Merge QRfcommServer and QL2capServer to QBluetoothServerFabian Bumberger2013-08-291-1/+1
* QNX: Change name of platform define to QT_QNX_BLUETOOTHFabian Bumberger2013-08-231-3/+3
* QNX: Fix compiler warningsFabian Bumberger2013-07-311-1/+1
* Update Copyright headersAlex Blasche2013-06-251-1/+1
* Rename NFC and Bluetooth namespace macros.Aaron McCarthy2013-02-141-2/+2
* QNX: Adding SPP supportFabian Bumberger2012-11-231-3/+24