summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothservicediscoveryagent_bluez.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark qbluetoothservicediscoveryagent_bluez.cpp as security-criticalIvan Solovev2025-05-221-0/+1
* BlueZ: use new qdbusxml2cpp namespace optionIvan Solovev2025-03-121-0/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Replace some length() calls with size()Marc Mutz2022-05-101-2/+2
* QBluetoothServiceDiscoveryAgentPrivate: de-pessimize readAttributeValue()Marc Mutz2022-04-281-16/+15
* QBluetoothServiceDiscoveryAgentPrivate: use QScopeGuard to avoid repetitionMarc Mutz2022-04-281-8/+6
* QBluetoothServiceDiscoveryAgentPrivate: de-pessimize _q_sdpScannerDone()Marc Mutz2022-04-141-7/+8
* Port indexed for-loops from int to qsizetypeMarc Mutz2022-04-111-1/+1
* Fix Linux bluetooth service discovery crash with multiple servicesJuha Vuolle2022-02-181-2/+4
* Keep the bluetooth service name if the remote has provided itJuha Vuolle2022-02-101-1/+4
* Rename variables and methods having Bluez5 in their nameAndreas Buhr2021-08-301-5/+4
* Remove BlueZ4 XML files and their usageAndreas Buhr2021-08-301-3/+0
* Move sdpscanner to libexecKai Köhne2021-07-161-1/+1
* Remove BlueZ4 implementation for QBluetoothServiceDiscoveryAgentAlex Blasche2021-04-071-335/+3
* rename error signals to errorOccurredAndreas Buhr2021-03-221-11/+10
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-111-4/+4
* remove QtConcurrent dependencyAndreas Buhr2021-03-041-1/+0
* Fix a few deprecation warningsAlex Blasche2020-10-261-1/+1
* Ensure custom uuids are returned by QBluetoothServiceInfo::serviceUuid()Alex Blasche2019-01-091-1/+17
* Ensure QObject context is retained to avoid crashesv5.12.0-beta4Alex Blasche2018-10-311-4/+4
* Normalize QObject::connect() statementsAlex Blasche2018-08-291-10/+20
* Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-241-17/+16
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-7/+10
* Remove unused function convertAddressThiago Macieira2017-04-031-10/+0
* Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-06-091-3/+13
|\
| * Bluez5: Run SDP on target devices which do not support public scansAlex Blasche2016-06-081-1/+9
| * QBluetoothServiceDiscoveryAgent: set q_ptr in d_ptr's constructor.Edward Welbourne2016-06-021-2/+4
* | Updated license headersAntti Kokko2016-01-201-14/+20
* | QBluetoothServiceDiscoveryAgentPrivate: use const reference forAnton Kudryavtsev2015-12-071-2/+2
|/
* [Bluetooth] Optimize loopsKonstantin Ritt2015-09-161-7/+11
* bluez: SDP: find a device before creating it.Robin Burchell2015-09-151-13/+51
* bluez: Fix some memory leaks on device discovery.Robin Burchell2015-08-201-2/+7
* Merge branch '5.4' into 5.5Alex Blasche2015-04-011-1/+3
|\
| * Fix crash in QBluetoothServiceDiscoveryAgent on Bluez 5.xAlex Blasche2015-03-231-1/+3
* | Update copyright headersJani Heikkinen2015-02-161-7/+7
* | Merge remote-tracking branch 'gerrit/5.4' into devAlex Blasche2015-02-111-57/+50
|\|
| * Fix crashing btchat example when selecting remote devicev5.4.1Alex Blasche2015-01-291-57/+50
* | Convert qRegisterMetaType<T>(const char*) to qRegisterMetaType<T>()Alex Blasche2015-01-281-2/+2
|/
* Set ATT as protocol descriptor for BTLE SDP recordsAlex Blasche2014-09-031-2/+20
* Remove QLowEnergyServiceInfoAlex Blasche2014-09-031-39/+27
* Fix Bluez5 FullDiscovery SDP scanAlex Blasche2014-08-251-11/+22
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Merge remote-tracking branch 'gerrit/5.4' into btleAlex Blasche2014-08-131-63/+36
|\
| * Remove Bluez as link and include dependency from QtBluetoothAlex Blasche2014-08-121-63/+36
* | Complete the removal of the Bluez's DBus Characteristic APIAlex Blasche2014-07-231-1/+0
* | Remove old GATT APIAlex Blasche2014-07-231-125/+0
* | Ensure Bluez5 device discovery sets the new core configuration flagAlex Blasche2014-07-171-0/+1
* | Merge branch 'dev' into btleAlex Blasche2014-07-031-27/+20
|\|
| * Merge branch '5.3' into devAlex Blasche2014-06-271-1/+1
| |\