index
:
qt/qtconnectivity.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
btle
dev
neard
old/5.2
wip/cmake
wip/win
Qt Connectivity
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bluetooth
/
qbluetoothsocket_bluez.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
BlueZ: use new qdbusxml2cpp namespace option
Ivan Solovev
2025-03-12
1
-0
/
+2
*
BlueZ: remove unused variables
Ivan Solovev
2023-05-05
1
-1
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
1
-38
/
+2
*
Close socket descriptor when QBluetoothSocketBluez is destroyed
Juha Vuolle
2022-05-30
1
-0
/
+6
*
includemocs
Marc Mutz
2022-05-04
1
-0
/
+2
*
Fix narrowing in calls to read()/write() etc
Marc Mutz
2022-04-13
1
-9
/
+6
*
Better naming of member variables in QBluetoothSocketBasePrivate
Andreas Buhr
2021-09-01
1
-6
/
+6
*
Remove BlueZ4 XML files and their usage
Andreas Buhr
2021-08-30
1
-3
/
+0
*
Remove BlueZ4 implementation from BluetoothSocket
Andreas Buhr
2021-08-27
1
-52
/
+19
*
Change QBluetooth::Security and AttAcc. to be a scoped enums
Andreas Buhr
2021-03-30
1
-5
/
+5
*
Always call setOpenMode before setSocketState
Andreas Buhr
2021-03-23
1
-1
/
+1
*
Decouple QBluetoothSocket and QAbstractSocket, introduce scoped enums
Andreas Buhr
2021-03-12
1
-30
/
+30
*
Use scoped enum for constants in QBluetoothUuid
Andreas Buhr
2021-03-11
1
-1
/
+1
*
Fix QBluetoothSocket(BlueZ) to not send disconnected twice on abort
Andreas Buhr
2021-02-16
1
-1
/
+0
*
Update connects to QSocketNotifier::activated
v5.15.0-rc2
v5.15.0-rc1
v5.15.0
Mårten Nordheim
2020-04-29
1
-4
/
+4
*
BlueZ: Fix leaking client socket when running QLEController Peripheral mode
Alex Blasche
2019-05-08
1
-0
/
+3
*
Code cleanup: Use nullptr wherever possible
Alex Blasche
2018-08-24
1
-4
/
+4
*
QBluetoothSocket: Move (dis-)connected logic into setSocketState
Oliver Wolff
2018-08-16
1
-1
/
+0
*
Bluez: Fix missing signalling for QBluetoothSocket::abort
Alex Blasche
2018-08-15
1
-0
/
+7
*
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-07-31
1
-1
/
+1
|
\
|
*
Cleanup meaningless code in QBluetoothSocket
Alex Blasche
2018-07-26
1
-1
/
+1
*
|
Move QBluetoothSocket::connectToService() to private implementations
Alex Blasche
2018-07-25
1
-0
/
+105
*
|
Rename QBluetoothSocketBasePrivate::connectToService()
Alex Blasche
2018-07-25
1
-1
/
+1
*
|
Add separate interfaces for QBluetoothSocketPrivate on Linux
Alex Blasche
2018-07-25
1
-26
/
+26
*
|
Add runtime polymorphism for QBluetoothSocketPrivate
Alex Blasche
2018-07-25
1
-10
/
+2
|
/
*
Add support for QBluetoothSocket::RemoteHostClosedError on BlueZ
Alex Blasche
2017-07-12
1
-1
/
+3
*
Add indirection for QBluetoothSocket::bytesToWrite()
Alex Blasche
2017-06-29
1
-0
/
+5
*
Fix concurrent access to QBluetoothSocket::canReadLine() on Android
Alex Blasche
2017-06-29
1
-0
/
+5
*
Merge remote-tracking branch 'origin/5.8' into 5.9
v5.9.0-beta3
Liang Qi
2017-04-18
1
-4
/
+2
|
\
|
*
QBluetoothSocket/bluez: fix QString::arg() usage
Marc Mutz
2017-03-24
1
-4
/
+2
*
|
Replace custom QT_BLUEZ_BLUETOOTH against the related feature define
Alex Blasche
2017-04-06
1
-1
/
+1
*
|
Correct the use of QString::arg
Thiago Macieira
2017-04-03
1
-4
/
+4
|
/
*
Improve failed ::write() handling in QBluetoothSocket
Alex Blasche
2016-07-19
1
-13
/
+37
*
Merge remote-tracking branch 'gerrit/dev' into neard
Alex Blasche
2016-01-26
1
-14
/
+20
|
\
|
*
Updated license headers
Antti Kokko
2016-01-20
1
-14
/
+20
*
|
QBluetoothSocket: Do not report an error when the connection closes.
Christian Kandeler
2015-11-17
1
-2
/
+2
|
/
*
Bluetooth socket: Simplify address conversion.
Christian Kandeler
2015-10-15
1
-22
/
+10
*
[Bluetooth] Optimize loops
Konstantin Ritt
2015-09-16
1
-6
/
+10
*
bluez: peername: find a device before creating it.
Robin Burchell
2015-08-20
1
-3
/
+3
*
Bluez: Apply QBluetoothSocket::preferredSecurityFlags during connect
Alex Blasche
2015-07-07
1
-0
/
+21
*
Add preferredSecurityFlags to QBluetoothSocket
Alex Blasche
2015-07-03
1
-0
/
+1
*
Merge branch '5.4' into 5.5
Alex Blasche
2015-04-01
1
-12
/
+2
|
\
|
*
Minor code optimization
Alex Blasche
2015-03-19
1
-12
/
+2
*
|
Update copyright headers
Jani Heikkinen
2015-02-16
1
-7
/
+7
|
/
*
Fix QBluetoothSocket::isReadable()/isOpen()/isWritable()
Alex Blasche
2014-10-13
1
-1
/
+1
*
Add support for random vs public remote address connections
Alex Blasche
2014-09-02
1
-3
/
+3
*
Fix failing L2CP socket's on high-endian systems
Alex Blasche
2014-09-02
1
-2
/
+2
*
Make QBluetoothSocket's _q_writeNotify & _q_readNotify private
Alex Blasche
2014-08-25
1
-7
/
+5
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-24
1
-19
/
+11
*
Merge remote-tracking branch 'gerrit/5.4' into btle
Alex Blasche
2014-08-13
1
-4
/
+1
|
\
[next]