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.10
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
/
qbluetoothservicediscoveryagent_bluez.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark qbluetoothservicediscoveryagent_bluez.cpp as security-critical
Ivan Solovev
2025-05-22
1
-0
/
+1
*
BlueZ: use new qdbusxml2cpp namespace option
Ivan Solovev
2025-03-12
1
-0
/
+2
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-06
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
1
-38
/
+2
*
Replace some length() calls with size()
Marc Mutz
2022-05-10
1
-2
/
+2
*
QBluetoothServiceDiscoveryAgentPrivate: de-pessimize readAttributeValue()
Marc Mutz
2022-04-28
1
-16
/
+15
*
QBluetoothServiceDiscoveryAgentPrivate: use QScopeGuard to avoid repetition
Marc Mutz
2022-04-28
1
-8
/
+6
*
QBluetoothServiceDiscoveryAgentPrivate: de-pessimize _q_sdpScannerDone()
Marc Mutz
2022-04-14
1
-7
/
+8
*
Port indexed for-loops from int to qsizetype
Marc Mutz
2022-04-11
1
-1
/
+1
*
Fix Linux bluetooth service discovery crash with multiple services
Juha Vuolle
2022-02-18
1
-2
/
+4
*
Keep the bluetooth service name if the remote has provided it
Juha Vuolle
2022-02-10
1
-1
/
+4
*
Rename variables and methods having Bluez5 in their name
Andreas Buhr
2021-08-30
1
-5
/
+4
*
Remove BlueZ4 XML files and their usage
Andreas Buhr
2021-08-30
1
-3
/
+0
*
Move sdpscanner to libexec
Kai Köhne
2021-07-16
1
-1
/
+1
*
Remove BlueZ4 implementation for QBluetoothServiceDiscoveryAgent
Alex Blasche
2021-04-07
1
-335
/
+3
*
rename error signals to errorOccurred
Andreas Buhr
2021-03-22
1
-11
/
+10
*
Use scoped enum for constants in QBluetoothUuid
Andreas Buhr
2021-03-11
1
-4
/
+4
*
remove QtConcurrent dependency
Andreas Buhr
2021-03-04
1
-1
/
+0
*
Fix a few deprecation warnings
Alex Blasche
2020-10-26
1
-1
/
+1
*
Ensure custom uuids are returned by QBluetoothServiceInfo::serviceUuid()
Alex Blasche
2019-01-09
1
-1
/
+17
*
Ensure QObject context is retained to avoid crashes
v5.12.0-beta4
Alex Blasche
2018-10-31
1
-4
/
+4
*
Normalize QObject::connect() statements
Alex Blasche
2018-08-29
1
-10
/
+20
*
Code cleanup: Use nullptr wherever possible
Alex Blasche
2018-08-24
1
-17
/
+16
*
Replace foreach with for loop and set QT_NO_FOREACH
Oliver Wolff
2018-08-15
1
-7
/
+10
*
Remove unused function convertAddress
Thiago Macieira
2017-04-03
1
-10
/
+0
*
Merge remote-tracking branch 'gerrit/5.6' into 5.7
Alex Blasche
2016-06-09
1
-3
/
+13
|
\
|
*
Bluez5: Run SDP on target devices which do not support public scans
Alex Blasche
2016-06-08
1
-1
/
+9
|
*
QBluetoothServiceDiscoveryAgent: set q_ptr in d_ptr's constructor.
Edward Welbourne
2016-06-02
1
-2
/
+4
*
|
Updated license headers
Antti Kokko
2016-01-20
1
-14
/
+20
*
|
QBluetoothServiceDiscoveryAgentPrivate: use const reference for
Anton Kudryavtsev
2015-12-07
1
-2
/
+2
|
/
*
[Bluetooth] Optimize loops
Konstantin Ritt
2015-09-16
1
-7
/
+11
*
bluez: SDP: find a device before creating it.
Robin Burchell
2015-09-15
1
-13
/
+51
*
bluez: Fix some memory leaks on device discovery.
Robin Burchell
2015-08-20
1
-2
/
+7
*
Merge branch '5.4' into 5.5
Alex Blasche
2015-04-01
1
-1
/
+3
|
\
|
*
Fix crash in QBluetoothServiceDiscoveryAgent on Bluez 5.x
Alex Blasche
2015-03-23
1
-1
/
+3
*
|
Update copyright headers
Jani Heikkinen
2015-02-16
1
-7
/
+7
*
|
Merge remote-tracking branch 'gerrit/5.4' into dev
Alex Blasche
2015-02-11
1
-57
/
+50
|
\
|
|
*
Fix crashing btchat example when selecting remote device
v5.4.1
Alex Blasche
2015-01-29
1
-57
/
+50
*
|
Convert qRegisterMetaType<T>(const char*) to qRegisterMetaType<T>()
Alex Blasche
2015-01-28
1
-2
/
+2
|
/
*
Set ATT as protocol descriptor for BTLE SDP records
Alex Blasche
2014-09-03
1
-2
/
+20
*
Remove QLowEnergyServiceInfo
Alex Blasche
2014-09-03
1
-39
/
+27
*
Fix Bluez5 FullDiscovery SDP scan
Alex Blasche
2014-08-25
1
-11
/
+22
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-24
1
-18
/
+10
*
Merge remote-tracking branch 'gerrit/5.4' into btle
Alex Blasche
2014-08-13
1
-63
/
+36
|
\
|
*
Remove Bluez as link and include dependency from QtBluetooth
Alex Blasche
2014-08-12
1
-63
/
+36
*
|
Complete the removal of the Bluez's DBus Characteristic API
Alex Blasche
2014-07-23
1
-1
/
+0
*
|
Remove old GATT API
Alex Blasche
2014-07-23
1
-125
/
+0
*
|
Ensure Bluez5 device discovery sets the new core configuration flag
Alex Blasche
2014-07-17
1
-0
/
+1
*
|
Merge branch 'dev' into btle
Alex Blasche
2014-07-03
1
-27
/
+20
|
\
|
|
*
Merge branch '5.3' into dev
Alex Blasche
2014-06-27
1
-1
/
+1
|
|
\
[next]