summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothdevicediscoveryagent_winrt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: remove custom implementations of qbswap(QUuid::Id128Bytes)Ivan Solovev2023-08-231-9/+0
* Windows: optimize BTLE device discoveryIvan Solovev2023-03-271-19/+22
* QBluetoothUuid: switch from quint128 to QUuid::Id128BytesThiago Macieira2023-02-131-5/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Add windows bluetooth discovery worker metatype registrationJuha Vuolle2022-09-201-0/+1
* Clear previous bluetooth device/service discovery errors on restartJuha Vuolle2022-09-201-0/+2
* Windows device discovery: fix memory leaksIvan Solovev2022-09-011-3/+6
* Windows device discovery: fix crash at discovery stopIvan Solovev2022-08-301-27/+26
* QWinRTBluetoothDeviceDiscoveryWorker: properly stop LE scan timerIvan Solovev2022-08-151-0/+2
* Windows: refactor device discoveryIvan Solovev2022-07-111-35/+47
* Windows: refactor low energy device discoveryIvan Solovev2022-07-111-569/+315
* Windows: fix Classic device discovery by porting to C++/WinRTIvan Solovev2022-07-111-238/+256
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERNIvan Solovev2022-04-271-0/+3
* Port simple cases of count() to size()Marc Mutz2022-04-111-5/+5
* Add Windows COM initializations on BluetoothJuha Vuolle2022-03-241-2/+2
* Windows Bluetooth: replace deprecated methods (part 3)Ivan Solovev2022-01-281-21/+87
* Windows Bluetooth: replace deprecated methods (part 1)Ivan Solovev2022-01-281-13/+81
* Decrement the pending paired device counter only once per deviceJuha Vuolle2022-01-271-10/+20
* QBluetoothDeviceDiscoveryAgent Windows: check adapter availabilityIvan Solovev2021-12-201-4/+17
* Add support for service data in BLE advertismentAndreas Buhr2021-11-291-4/+79
* Fix handling of manufacturer data in Bluetooth advertisement parsingAndreas Buhr2021-11-261-4/+3
* qbluetoothdevicediscoveryagent_winrt: Move manufacturerData into LEAdvertisin...Oliver Wolff2021-11-241-9/+7
* qbluetoothdevicediscoeryagent_winrt: Remove unused member variableOliver Wolff2021-11-241-1/+0
* Remove support for old Windows BluetoothLE APIAndreas Buhr2021-11-221-191/+26
* winrt: Protect from late AdvertisementReceived callbackIvan Solovev2021-09-171-93/+105
* Remove unnecessary Qt version check and related redundant codeJuha Vuolle2021-09-131-4/+0
* Beautify debug message in QtBluetooth for WindowsAndreas Buhr2021-05-271-1/+1
* Fix BTLE device discovery on WindowsAndreas Buhr2021-05-261-0/+1
* Unify Windows logging categoriesAndreas Buhr2021-04-121-26/+26
* Unify winrt configure testsOliver Wolff2021-04-081-16/+1
* QWinRTBluetoothDeviceDiscoveryWorker: Add error handlingOliver Wolff2021-04-081-64/+209
* QBTDeviceDiscoveryAgentPrivate use declaration initializationOliver Wolff2021-04-081-5/+1
* Remove winrtOliver Wolff2020-07-021-106/+78
* Use QList instead of QVectorJarek Kobus2020-06-251-7/+7
* Remove QBluetoothDeviceDiscoveryAgent::inquiryType propertyAlex Blasche2020-05-141-2/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-191-4/+10
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta2Liang Qi2019-10-141-4/+10
| |\
| | * qbluetoothdevicediscoveryagent_winrt: Decrement device count in case of failureOliver Wolff2019-10-111-4/+10
* | | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-10-041-0/+4
|\ \ \ | |/ / |/| |
| * | Fix Qt6 buildAlexandru Croitor2019-08-011-2/+6
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Timur Pocheptsov2019-09-121-3/+2
|\ \ \ | | |/ | |/|
| * | Fix build errors with clang-cl on WindowsMårten Nordheim2019-09-051-0/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-201-3/+1
| |\ \
| | * | winrt: Do not try to delete nullptr workerOliver Wolff2019-07-171-3/+1
* | | | qbluetoothdevicediscoveryagent_winrt.cpp: Fix buildFriedemann Kleint2019-09-091-0/+1
* | | | Fix QSet and QList related warningsAlex Blasche2019-08-081-2/+2
| |_|/ |/| |
* | | Remove usage of deprecated QBluetoothServiceInfo::DataCompleteAlex Blasche2019-05-071-3/+3
|/ /
* | winrt: Move byteArrayFromBuffer into qbluetoothutils_winrtOliver Wolff2019-04-151-15/+0
* | winrt: Stop LE device watcher when discovery is finishedOliver Wolff2019-03-191-4/+5