summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent_bluez.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clear previous bluetooth device/service discovery errors on restartJuha Vuolle2022-09-201-0/+2
* QtBluetooth(Darwin): fix some includesTimur Pocheptsov2022-09-191-0/+3
* Use SPDX license identifiersLucie GĂ©rard2022-06-101-38/+2
* Port indexed for-loops from int to qsizetypeMarc Mutz2022-04-111-2/+2
* Port simple cases of count() to size()Marc Mutz2022-04-111-2/+2
* Simplify QBluetoothDeviceDiscoveryAgentPrivateIvan Solovev2021-12-231-2/+2
* Add support for service data in BLE advertismentAndreas Buhr2021-11-291-3/+11
* Rename variables and methods having Bluez5 in their nameAndreas Buhr2021-08-301-30/+30
* Remove BlueZ4 XML files and their usageAndreas Buhr2021-08-301-3/+0
* QBTDeviceDiscoveryAgentPrivate use declaration initializationOliver Wolff2021-04-081-4/+0
* Remove BlueZ4 implementation for QBluetoothDeviceDiscoveryAgentAlex Blasche2021-03-231-252/+17
* rename error signals to errorOccurredAndreas Buhr2021-03-221-8/+8
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-111-1/+2
* Use QList instead of QVectorJarek Kobus2020-06-251-2/+2
* Remove QBluetoothDeviceDiscoveryAgent::inquiryType propertyAlex Blasche2020-05-141-1/+0
* bluez: Fix out of sync property cacheThiemo van Engelen2019-12-041-17/+12
* Do not make blocking dbus calls in dbus callbacksAlex Blasche2019-09-111-39/+56
* Align deviceUpdated() & deviceDiscovered() behaviorAlex Blasche2019-09-111-42/+82
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-031-6/+7
|\
| * Ensure QObject context is retained to avoid crashesv5.12.0-beta4Alex Blasche2018-10-311-5/+6
| * Fix regression not updating the device info during BTLE discoveryAlex Blasche2018-10-311-1/+1
* | Deprecate QBluetoothDeviceInfo::DataCompleteness with Qt 6 in mindAlex Blasche2018-10-091-4/+4
|/
* Normalize QObject::connect() statementsAlex Blasche2018-08-291-15/+29
* Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-241-17/+12
* Add QBluetoothDeviceDiscoveryAgent::deviceUpdated signalAlex Blasche2018-08-231-5/+9
* Add manufacturer data to QBluetoothDeviceInfoAlex Blasche2018-08-171-6/+27
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-1/+3
* Use Bluez's SetDiscoveryFilter to control the device discovery methodAlex Blasche2017-07-241-4/+30
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-1/+4
|\
| * Continuously emit deviceDiscovered() signal during never-ending dev discoveryAlex Blasche2017-06-291-1/+1
| * Obtain random bt address flag via Bluetooth Mgmt APIAlex Blasche2017-06-161-0/+3
* | Improve detection of lowenergy devicesAlex Blasche2017-06-211-8/+24
|/
* Permit selection of discovery mode (btle vs classic)Alex Blasche2016-07-131-3/+15
* Allow adjustment of device search timeout on BlueZAlex Blasche2016-06-161-4/+7
* Add BTLE device discovery timeout APIAlex Blasche2016-06-151-0/+1
* Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-06-091-5/+16
|\
| * BlueZ5: Prevent premature abortion of device discoveryAlex Blasche2016-06-081-1/+1
| * BlueZ4: Don't process stop discovery notification in unready stateAlex Blasche2016-06-061-0/+4
| * Bluez: Cleanup internal states before sending notifications to API userAlex Blasche2016-06-011-4/+11
* | Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Merge remote-tracking branch 'gerrit/5.5' into 5.6Alex Blasche2015-10-131-0/+2
|\
| * Bluetooth device discovery agent (bluez): Prevent null pointer access.Christian Kandeler2015-10-081-0/+2
* | [Bluetooth] Optimize loopsKonstantin Ritt2015-09-161-3/+8
* | Stop device discovery session before retrieving service records.Robin Burchell2015-08-211-0/+2
* | To check for errors when starting discovery, wait for the call.Hannu Mallat2015-08-201-0/+1
|/
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-241-19/+11
* Improve consistency of device discovery.Alex Blasche2014-08-131-13/+72
* Ensure Bluez5 device discovery sets the new core configuration flagAlex Blasche2014-07-171-1/+7
* Merge branch 'dev' into btleAlex Blasche2014-07-031-49/+26
|\