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
/
bluez
Commit message (
Expand
)
Author
Age
Files
Lines
*
HciManager::handleHciAclPacket(): swap the order of the checks
Ivan Solovev
2025-05-21
1
-2
/
+2
*
HciManager::handleLeMetaEvent(): check size before accessing the data
Ivan Solovev
2025-05-21
2
-3
/
+22
*
HciManager::handleHciEventPacket(): check size before accessing the data
Ivan Solovev
2025-05-20
1
-3
/
+12
*
HciManagerhandleHciEventPacket(): call sizeof() only once
Ivan Solovev
2025-05-20
1
-4
/
+6
*
HciManager::_q_readNotify(): return early when no data is read
Ivan Solovev
2025-05-20
1
-0
/
+5
*
Mark bluez/hcimanager.cpp as security-critical
Ivan Solovev
2025-05-20
1
-0
/
+1
*
Mark blurz/bluez5_helper.cpp as security-critical
Ivan Solovev
2025-05-20
1
-0
/
+1
*
Mark bluez/bluetoothmanagement.cpp as security-significant
Ivan Solovev
2025-05-20
1
-0
/
+1
*
BlueZ: use custom namespace for D-Bus adaptors
Ivan Solovev
2025-03-12
16
-53
/
+137
*
BlueZ: use new qdbusxml2cpp namespace option
Ivan Solovev
2025-03-12
31
-72
/
+179
*
BlueZ: rename leadvertisement1 -> leadvertisement1adaptor
Ivan Solovev
2025-03-11
2
-1
/
+1
*
BlueZ: rename generated DBus propperites interface class
Ivan Solovev
2025-02-12
5
-18
/
+18
*
BlueZ: prefer powered on adapters when no address is specified
Ivan Solovev
2025-02-04
1
-16
/
+36
*
Add SPDX license and copyright tags
Lucie Gérard
2024-11-15
1
-0
/
+2
*
Add REUSE.toml files and missing licenses
Lucie Gérard
2024-11-14
1
-0
/
+8
*
Remove the use of Q_BLUETOOTH_PRIVATE_EXPORT
Alexey Edelev
2024-01-12
1
-1
/
+1
*
QBluetoothAddress: add qHash() as a proper hidden friend
Marc Mutz
2023-07-09
2
-6
/
+0
*
Merge duplicate qHash(QBluetoohAddress) definitions
Marc Mutz
2023-07-08
2
-5
/
+6
*
Bluez LE: use QUuid's ability to select the byte order
Thiago Macieira
2023-02-13
1
-39
/
+0
*
QBluetoothUuid: switch from quint128 to QUuid::Id128Bytes
Thiago Macieira
2023-02-13
3
-10
/
+13
*
Add more error replies to BlueZ DBus calls
Juha Vuolle
2022-12-20
1
-3
/
+20
*
Add error replies to bluez peripheral adaptor functions
Juha Vuolle
2022-12-08
6
-36
/
+108
*
Bluez DBus peripheral add support for extended properties
Juha Vuolle
2022-12-07
2
-7
/
+24
*
Add Bluez DBus peripheral role support
Juha Vuolle
2022-12-07
8
-1
/
+1049
*
Add DBus adaptors for Bluez DBus peripheral role support
Juha Vuolle
2022-12-07
10
-0
/
+685
*
Bluez DBus advertising support (BT LE)
Juha Vuolle
2022-12-07
6
-33
/
+87
*
Add Bluez DBus peripheral role XML definitions
Juha Vuolle
2022-12-07
10
-0
/
+459
*
Add Bluez DBus peripheral role selection support
Juha Vuolle
2022-12-07
2
-0
/
+37
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-06
1
-1
/
+1
*
Add the missing "We mean it." disclaimers
Alexey Edelev
2022-10-05
10
-0
/
+110
*
Remove workaround from generator script
Mate Barany
2022-09-19
1
-6
/
+1
*
qdbusxml2cpp: regenerate files with <>
Mate Barany
2022-07-15
21
-31
/
+31
*
Fix Bluez LE advertiser delete crash
Juha Vuolle
2022-06-21
2
-3
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
14
-533
/
+29
*
bluez dbus files: work around qdbusxml2cpp's inability to includemocs
Marc Mutz
2022-05-11
11
-0
/
+25
*
bluez dbus files: adapt the generate script to recent changes
Marc Mutz
2022-05-11
21
-69
/
+85
*
Assorted int/qsizetype fixes
Marc Mutz
2022-05-10
3
-5
/
+5
*
Replace some length() calls with size()
Marc Mutz
2022-05-10
1
-1
/
+1
*
includemocs
Marc Mutz
2022-05-04
5
-0
/
+10
*
Add a separate TU for bluez_data_p.h
Marc Mutz
2022-05-03
1
-0
/
+46
*
Doc: Remove QDoc comment tag from internal functions
Topi Reinio
2022-04-28
1
-3
/
+3
*
Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERN
Ivan Solovev
2022-04-27
4
-5
/
+23
*
Fix narrowing in calls to read()/write() etc
Marc Mutz
2022-04-13
2
-3
/
+2
*
Fix some integral type mismatches
Marc Mutz
2022-04-11
1
-2
/
+2
*
Port simple cases of count() to size()
Marc Mutz
2022-04-11
1
-2
/
+2
*
Make sure all private headers include at least one other
Thiago Macieira
2022-03-08
12
-3
/
+14
*
Handle LE enhanced connection complete in Bluez peripheral
Juha Vuolle
2022-03-08
1
-2
/
+4
*
Add support for service data in BLE advertisment
Andreas Buhr
2021-11-29
4
-5
/
+10
*
More consistent logging category use in bluetooth implementations
Juha Vuolle
2021-09-17
1
-2
/
+2
*
Remove remaining cases of isBluez5()
Alex Blasche
2021-09-07
2
-23
/
+6
[next]