summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Move Unity build exclusions to the correct locationFriedemann Kleint2025-06-181-3/+2
* Fix Unity build on WindowsFriedemann Kleint2025-06-181-0/+3
* Normalize signal/slot signatures 2025Marc Mutz2025-06-041-4/+4
* Document iOS BLE device discovery cache behaviorJuha Vuolle2025-06-041-0/+11
* Doc: Enable automatic linking to sources on code.qt.ioTopi Reinio2025-05-271-0/+3
* QLowEnergyControllerPrivateAndroid: use jsize when allocating buffersIvan Solovev2025-05-231-10/+15
* QBluetoothSocketPrivateWinRT: remove unused variablesIvan Solovev2025-05-232-8/+0
* Mark qprivatelinearbuffer_p.h as security-criticalIvan Solovev2025-05-231-0/+1
* QLeAdvertiserBluez::handleCommandCompleted(): check data sizeIvan Solovev2025-05-221-1/+4
* Mark qleadvertiser_bluez.cpp as security-significantIvan Solovev2025-05-221-0/+1
* QBluetoothSocketPrivateAndroid::writeData(): return correct number of bytes w...Ivan Solovev2025-05-221-5/+7
* Fix size inconsistencies in QBluetoothSocketPrivateDarwin::readChannelData()Ivan Solovev2025-05-221-2/+7
* Fix size inconsistencies in QBluetoothSocketPrivateDarwin::writeData()Ivan Solovev2025-05-221-3/+5
* QBluetoothServiceInfo: extend the QT_NO_DEBUG_STREAM guardIvan Solovev2025-05-221-2/+2
* Mark qbluetoothservicediscoveryagent_bluez.cpp as security-criticalIvan Solovev2025-05-221-0/+1
* Mark qbluetoothservicediscoveryagent_winrt.cpp as security-criticalIvan Solovev2025-05-211-0/+1
* Mark lecmaccalculator.cpp as security-criticalIvan Solovev2025-05-211-0/+1
* HciManager::handleHciAclPacket(): swap the order of the checksIvan Solovev2025-05-211-2/+2
* HciManager::handleLeMetaEvent(): check size before accessing the dataIvan Solovev2025-05-212-3/+22
* HciManager::handleHciEventPacket(): check size before accessing the dataIvan Solovev2025-05-201-3/+12
* HciManagerhandleHciEventPacket(): call sizeof() only onceIvan Solovev2025-05-201-4/+6
* HciManager::_q_readNotify(): return early when no data is readIvan Solovev2025-05-201-0/+5
* Mark bluez/hcimanager.cpp as security-criticalIvan Solovev2025-05-201-0/+1
* Mark blurz/bluez5_helper.cpp as security-criticalIvan Solovev2025-05-201-0/+1
* Mark bluez/bluetoothmanagement.cpp as security-significantIvan Solovev2025-05-201-0/+1
* Mark android/devicediscoverybroadcastreceiver.cpp as security-criticalIvan Solovev2025-05-201-0/+1
* Document that macOS bluetooth runmode association is fixed in macOS 15Juha Vuolle2025-03-311-2/+2
* BlueZ: use custom namespace for D-Bus adaptorsIvan Solovev2025-03-1217-56/+139
* BlueZ: use new qdbusxml2cpp namespace optionIvan Solovev2025-03-1247-110/+262
* QLowEnergyControllerBluez: mark the source file as security criticalIvan Solovev2025-03-111-0/+1
* BlueZ: rename leadvertisement1 -> leadvertisement1adaptorIvan Solovev2025-03-114-3/+3
* BlueZ: rename generated DBus propperites interface classIvan Solovev2025-02-1211-41/+41
* Add features bluetooth and nfcLars Schmertmann2025-02-101-1/+1
* QLowEnergyAdvertisingData: rework the note about advertising limitationsIvan Solovev2025-02-101-7/+21
* QLowEnergyControllerPrivateBluezDBus: remove unused variableIvan Solovev2025-02-041-1/+0
* BlueZ: prefer powered on adapters when no address is specifiedIvan Solovev2025-02-041-16/+36
* QLowEnergyControllerPrivateBluez: guard against malformed repliesIvan Solovev2025-01-141-9/+66
* Windows: fix reading of User Description characteristicIvan Solovev2024-12-201-5/+1
* bluetooth: fix clang compiler warningTim Blechmann2024-12-021-1/+2
* BlueZ DBus: fix a typo in the warning messageIvan Solovev2024-11-261-1/+1
* Fix wrong service data QByteArray sub-array handlingLauri Laanmets2024-11-251-3/+3
* Docs: clarify that Apple does not support manufacturer data advertisingIvan Solovev2024-11-201-0/+3
* Add SPDX license and copyright tagsLucie Gérard2024-11-151-0/+2
* Add REUSE.toml files and missing licensesLucie Gérard2024-11-141-0/+8
* Docs: clarify QLowEnergyAdvertisingData::setRawData() limitationsIvan Solovev2024-11-061-2/+3
* Android: simplify JNI codeVolker Hilsheimer2024-09-194-32/+15
* qlowenergycontroller_winrt.cpp: fix namespace buildIvan Solovev2024-08-301-3/+2
* Set ACCESS_FINE_LOCATION maxSdkVersion to 30Juha Vuolle2024-08-291-4/+1
* Check if location checks can be skipped with bluetooth scanJuha Vuolle2024-08-292-24/+51
* Set sdkVersions and neverForLocation bluetooth permission assertionsJuha Vuolle2024-08-291-9/+28