summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent_p.h
Commit message (Expand)AuthorAgeFilesLines
* Windows: refactor device discoveryIvan Solovev2022-07-111-1/+0
* Windows: fix Classic device discovery by porting to C++/WinRTIvan Solovev2022-07-111-1/+1
* Add a timeout guard for Android BT device discovery not startingJuha Vuolle2022-06-211-0/+4
* Use SPDX license identifiersLucie GĂ©rard2022-06-101-39/+3
* Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERNIvan Solovev2022-04-271-2/+2
* Simplify QBluetoothDeviceDiscoveryAgentPrivateIvan Solovev2021-12-231-5/+1
* QBluetoothDeviceDiscoveryAgent Windows: check adapter availabilityIvan Solovev2021-12-201-0/+1
* Add support for service data in BLE advertismentAndreas Buhr2021-11-291-1/+3
* Rename variables and methods having Bluez5 in their nameAndreas Buhr2021-08-301-3/+3
* Add hint about proper timeouts to documentationAndreas Buhr2021-06-151-1/+1
* Remove AndroidExtras dependencies and port to new Qt 6 Android APIsVille Voutilainen2021-06-041-3/+3
* QWinRTBluetoothDeviceDiscoveryWorker: Add error handlingOliver Wolff2021-04-081-0/+1
* QBTDeviceDiscoveryAgentPrivate use declaration initializationOliver Wolff2021-04-081-10/+11
* Remove Win32 backendOliver Wolff2021-03-301-42/+2
* Remove BlueZ4 implementation for QBluetoothDeviceDiscoveryAgentAlex Blasche2021-03-231-8/+0
* Remove QBluetoothDeviceDiscoveryAgent::inquiryType propertyAlex Blasche2020-05-141-1/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-101-0/+1
|\
| * bluez: Fix out of sync property cacheThiemo van Engelen2019-12-041-0/+1
* | IO/CoreBluetooth - update namesTimur Pocheptsov2019-09-271-2/+2
|/
* Do not make blocking dbus calls in dbus callbacksAlex Blasche2019-09-111-1/+2
* Align deviceUpdated() & deviceDiscovered() behaviorAlex Blasche2019-09-111-1/+1
* Merge remote-tracking branch 'origin/dev' into wip/winOliver Wolff2019-08-071-2/+67
|\
| * De-duplicate device discovery code (Darwin)Timur Pocheptsov2019-06-141-2/+61
| * winrt: Implement manufacturer dataOliver Wolff2019-03-191-1/+5
| * winrt: Implement rssiOliver Wolff2019-03-191-0/+1
* | Merge remote-tracking branch 'gerrit/dev' into win32Alex Blasche2018-11-221-5/+5
|\|
| * Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-241-5/+5
* | win32: inline unnecessary functions in qbluetooth*discoveryagentEric Lemanissier2018-06-251-13/+3
* | win32: modernize qbluetooth*discoveryagentEric Lemanissier2018-06-211-3/+3
* | win32: remove usage of QFuture in qbluetoothdevicediscoveryagentLubomir I. Ivanov (VMware)2018-05-291-5/+28
* | Merge remote-tracking branch 'gerrit/dev' into winAlex Blasche2018-02-201-0/+3
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-0/+5
| |\
| | * winrt: Fix build using -no-pchOliver Wolff2017-10-251-0/+5
* | | Merge remote-tracking branch 'gerrit/dev' into winAlex Blasche2017-10-171-4/+3
|\| |
| * | Merge remote-tracking branch 'gerrit/5.9' into devAlex Blasche2017-07-261-2/+2
| |\|
| | * Windows: Fix namespaced buildOliver Wolff2017-07-261-2/+2
| * | Use Bluez's SetDiscoveryFilter to control the device discovery methodAlex Blasche2017-07-241-1/+1
| |/
| * winrt: Do not emit canceled in timeout case in device discoveryOliver Wolff2017-07-041-1/+0
* | Fix classic and LE devices discoveryDenis Shienkov2017-06-191-6/+12
* | Merge remote-tracking branch 'gerrit/5.9' into wip/winAlex Blasche2017-05-121-19/+43
|\|
| * Replace custom QT_BLUEZ_BLUETOOTH against the related feature defineAlex Blasche2017-04-061-3/+3
| * winrt: Enable BTLE support for Windows 10 (Mobile)Oliver Wolff2016-10-071-2/+1
| * winrt: Filter devices found by the LE device watcherOliver Wolff2016-08-091-0/+1
| * winrt: Implement LE device discovery timeoutOliver Wolff2016-08-041-0/+3
| * Merge remote-tracking branch 'gerrit/dev' into btleAlex Blasche2016-07-131-1/+3
| |\
| | * Permit selection of discovery mode (btle vs classic)Alex Blasche2016-07-131-1/+2
| | * Add BTLE device discovery timeout APIAlex Blasche2016-06-151-0/+1
| * | Merge branch 'dev' into btleAlex Blasche2016-05-131-14/+20
| |\|
| | * Updated license headersAntti Kokko2016-01-201-14/+20
| * | winphone: Added bluetooth device discoveryOliver Wolff2015-09-221-1/+14
| |/