summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Increase chance of establishing serial connection w/o SPP uuidAlex Blasche2019-04-101-2/+5
* Add missing dbus registrations and change documentationAlex Blasche2019-01-041-2/+2
* Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-241-5/+5
* Enable new QBluetoothSocket backend for dbus sockets on Bluez 5.46+Alex Blasche2018-08-161-20/+22
* Ensure that QBluetoothServer works with new DBus based socketsAlex Blasche2018-08-161-0/+21
* QBluetoothSocket: Move (dis-)connected logic into setSocketStateOliver Wolff2018-08-161-1/+11
* Shift close/abort signaling from QBluetoothSocket to private implementationsAlex Blasche2018-08-091-15/+0
* Implement QBluetoothSocket Client support for Bluez5 DBusAlex Blasche2018-08-091-1/+5
* Rename qbluetoothsocket_p files to qbluetoothsocket_dummyAlex Blasche2018-07-251-1/+1
* Move QBluetoothSocket::connectToService() to private implementationsAlex Blasche2018-07-251-134/+6
* Rename QBluetoothSocketBasePrivate::connectToService()Alex Blasche2018-07-251-5/+5
* Rename the final interface for the QBluetoothSocketPrivate dummyAlex Blasche2018-07-251-2/+2
* Add QBluetoothSocketPrivate interface for WinRTAlex Blasche2018-07-251-0/+6
* Add QBluetoothSocketPrivate interface for AndroidAlex Blasche2018-07-251-0/+6
* Add separate interfaces for QBluetoothSocketPrivate on LinuxAlex Blasche2018-07-251-0/+12
* Add runtime polymorphism for QBluetoothSocketPrivateAlex Blasche2018-07-251-32/+34
* QBluetoothSocket - fix info message (IOBluetooth)Timur Pocheptsov2018-07-231-1/+1
* Add missing emission of readChannelFinished()Alex Blasche2018-05-041-0/+2
* Fix shadow warningAlex Blasche2018-03-211-1/+1
* Avoid wrong implicit cast leading to wrong connectToService() callAlex Blasche2018-01-251-0/+8
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-0/+3
|\
| * Improve documentation about missing iOS support in QtBluetoothAlex Blasche2018-01-041-0/+3
* | Convert most old-style QObject::connect() to pointer syntaxAlex Blasche2017-11-131-2/+4
|/
* Add debug output for QBluetoothSocket::UnsupportedProtocolErrorAlex Blasche2017-07-101-0/+3
* Add error flag for use case when the remote peer closes the connectionAlex Blasche2017-07-101-0/+5
* 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