| Commit message (Expand) | Author | Age | Files | Lines |
| * | BlueZ: avoid registering the same UUID twice | Ivan Solovev | 2025-10-08 | 1 | -3/+4 |
| * | BlueZ: use new qdbusxml2cpp namespace option | Ivan Solovev | 2025-03-12 | 1 | -0/+1 |
| * | Unregister Bluetooth profile UUID after connection | Ted Feng | 2024-03-14 | 1 | -13/+40 |
| * | BlueZ: remove unused variables | Ivan Solovev | 2023-05-05 | 1 | -2/+0 |
| * | Fix CMake Unity (Jumbo) build | Friedemann Kleint | 2023-01-25 | 1 | -3/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-10 | 1 | -38/+2 |
| * | includemocs | Marc Mutz | 2022-05-04 | 1 | -0/+2 |
| * | Align the bluez dbus socket error codes with other platforms | Juha Vuolle | 2022-02-22 | 1 | -3/+3 |
| * | Use the service's socket protocol info on Bluez bluetooth socket | Juha Vuolle | 2022-02-22 | 1 | -0/+4 |
| * | Change QBluetooth::Security and AttAcc. to be a scoped enums | Andreas Buhr | 2021-03-30 | 1 | -1/+1 |
| * | Decouple QBluetoothSocket and QAbstractSocket, introduce scoped enums | Andreas Buhr | 2021-03-12 | 1 | -24/+24 |
| * | Use scoped enum for constants in QBluetoothUuid | Andreas Buhr | 2021-03-11 | 1 | -2/+2 |
| * | Fix error handling in BlueZ connectToServiceHelper | Andreas Buhr | 2021-02-12 | 1 | -5/+16 |
| * | Add ; to Q_UNUSED | Lars Schmertmann | 2020-06-23 | 1 | -1/+1 |
| * | Ensure DBus based QBluetoothSocket emits bytesWritten() signal | Alex Blasche | 2019-03-25 | 1 | -0/+2 |
| * | QBluetoothSocket: Move (dis-)connected logic into setSocketState | Oliver Wolff | 2018-08-16 | 1 | -4/+1 |
| * | Fix QBluetoothSocket::socketDescriptor() for BlueZ DBus | Alex Blasche | 2018-08-09 | 1 | -0/+3 |
| * | Shift close/abort signaling from QBluetoothSocket to private implementations | Alex Blasche | 2018-08-09 | 1 | -3/+8 |
| * | Implement QBluetoothSocket Client support for Bluez5 DBus | Alex Blasche | 2018-08-09 | 1 | -13/+438 |
| * | Move QBluetoothSocket::connectToService() to private implementations | Alex Blasche | 2018-07-25 | 1 | -0/+23 |
| * | Rename QBluetoothSocketBasePrivate::connectToService() | Alex Blasche | 2018-07-25 | 1 | -1/+1 |
| * | Add separate interfaces for QBluetoothSocketPrivate on Linux | Alex Blasche | 2018-07-25 | 1 | -0/+159 |