summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_bluez.cpp
Commit message (Expand)AuthorAgeFilesLines
* BlueZ: remove unused variablesIvan Solovev2023-05-051-1/+0
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Close socket descriptor when QBluetoothSocketBluez is destroyedJuha Vuolle2022-05-301-0/+6
* includemocsMarc Mutz2022-05-041-0/+2
* Fix narrowing in calls to read()/write() etcMarc Mutz2022-04-131-9/+6
* Better naming of member variables in QBluetoothSocketBasePrivateAndreas Buhr2021-09-011-6/+6
* Remove BlueZ4 XML files and their usageAndreas Buhr2021-08-301-3/+0
* Remove BlueZ4 implementation from BluetoothSocketAndreas Buhr2021-08-271-52/+19
* Change QBluetooth::Security and AttAcc. to be a scoped enumsAndreas Buhr2021-03-301-5/+5
* Always call setOpenMode before setSocketStateAndreas Buhr2021-03-231-1/+1
* Decouple QBluetoothSocket and QAbstractSocket, introduce scoped enumsAndreas Buhr2021-03-121-30/+30
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-111-1/+1
* Fix QBluetoothSocket(BlueZ) to not send disconnected twice on abortAndreas Buhr2021-02-161-1/+0
* Update connects to QSocketNotifier::activatedv5.15.0-rc2v5.15.0-rc1v5.15.0Mårten Nordheim2020-04-291-4/+4
* BlueZ: Fix leaking client socket when running QLEController Peripheral modeAlex Blasche2019-05-081-0/+3
* Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-241-4/+4
* QBluetoothSocket: Move (dis-)connected logic into setSocketStateOliver Wolff2018-08-161-1/+0
* Bluez: Fix missing signalling for QBluetoothSocket::abortAlex Blasche2018-08-151-0/+7
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-311-1/+1
|\
| * Cleanup meaningless code in QBluetoothSocketAlex Blasche2018-07-261-1/+1
* | Move QBluetoothSocket::connectToService() to private implementationsAlex Blasche2018-07-251-0/+105
* | Rename QBluetoothSocketBasePrivate::connectToService()Alex Blasche2018-07-251-1/+1
* | Add separate interfaces for QBluetoothSocketPrivate on LinuxAlex Blasche2018-07-251-26/+26
* | Add runtime polymorphism for QBluetoothSocketPrivateAlex Blasche2018-07-251-10/+2
|/
* Add support for QBluetoothSocket::RemoteHostClosedError on BlueZAlex Blasche2017-07-121-1/+3
* 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
| |\