summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Android scan record parsing: add length checks when extracting UUIDsIvan Solovev9 days1-0/+43
* Android scan record parsing: fix length and type extractionIvan Solovev9 days1-3/+14
* Android: refactor DeviceDiscoveryBroadcastReceiver for testingIvan Solovev9 days1-0/+97
* BlueZ: limit recursion when parsing SDP recordsIvan Solovev14 days2-1/+55
* QBlueToothDeviceDiscoveryAgent: add a test case to test minorMappingsMate Barany2026-04-221-0/+103
* CMake/Android: enable modern gradle builds againAssam Boudjelthia2026-04-181-5/+0
* Android: run tst_qbluetooth{device,service}discoveryagent on emulatorsAssam Boudjelthia2026-04-172-11/+0
* Android: guard target uuid() name by a size checkAssam Boudjelthia2026-04-151-1/+3
* Apple: Replace deprecated Q_OS_MAC with Q_OS_APPLETor Arne Vestbø2026-04-091-1/+1
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECT=1Ahmad Samir2026-03-1410-37/+45
* Rework LE advertising on AndroidIvan Solovev2026-03-021-2/+5
* Mark the whole repo with QT_NO_URL_CAST_FROM_STRINGAhmad Samir2025-11-252-3/+5
* Remove extra semi-colonsTasuku Suzuki2025-08-281-1/+1
* Disable QT_USE_ANDROID_MODERN_BUNDLEAlexey Edelev2025-07-211-0/+5
* Fix memory leak in QNdefNfcSmartPosterRecordIvan Solovev2025-05-061-0/+56
* Correct license for examples filesLucie Gérard2024-04-041-1/+1
* Correct license for test filesLucie Gérard2024-04-0444-44/+44
* Android: Slash-separate class nameVolker Hilsheimer2023-09-291-1/+1
* Bluetooth autotests: do _not_ request permissions to use BTTimur Pocheptsov2023-09-053-14/+18
* QBluetoothUuid: inherit all ctors from QUuidMarc Mutz2023-08-181-3/+3
* tst_QBluetoothUuid: add tests for (QString) ctorMarc Mutz2023-08-121-0/+6
* QBluetoothUuid: keep custom quint128 and related methods when 128-bit ints ar...Ivan Solovev2023-08-031-0/+17
* CMake: Make qtconnectivity tests standalone projectsAlexandru Croitor2023-07-1122-0/+132
* Replace Q_OS_OSX with Q_OS_MACOSTor Arne Vestbø2023-06-074-9/+9
* Link applicable manual tests against permission plugin on macOSJuha Vuolle2023-04-042-0/+15
* Add permission request to bttestui manual test applicationJuha Vuolle2023-04-042-0/+31
* Add permission request to bluetoothtestdevice manual test applicationJuha Vuolle2023-04-042-4/+34
* QBluetoothUuid - add platform-specific conversion functionsTimur Pocheptsov2023-04-032-0/+22
* CMake: Fix btscanner manual test to work on macOSJuha Vuolle2023-03-271-30/+26
* BtScanner example: move to manual testsIvan Solovev2023-03-2111-0/+669
* Update the remaining (manual) tests to use the Permissions APITimur Pocheptsov2023-03-032-0/+51
* QtBluetooth: port the code to the new permissions API (CoreBluetooth)Timur Pocheptsov2023-02-243-8/+115
* QBluetoothUuid: remove quint128 supportThiago Macieira2023-02-151-12/+0
* QBluetoothUuid: switch from quint128 to QUuid::Id128BytesThiago Macieira2023-02-132-17/+14
* Fix the broken test after the retirement of qt_parse_all_argumentsAmir Masoud Abdol2023-01-203-3/+3
* Remove flaky part of the Bluetooth MTU manual testJuha Vuolle2023-01-191-5/+0
* Android LE Peripheral: properly update characteristic and descriptor local va...Ivan Solovev2023-01-183-0/+203
* Bluez DBus peripheral add support for extended propertiesJuha Vuolle2022-12-071-1/+10
* Improve bluetooth manual test supportJuha Vuolle2022-12-075-120/+403
* Bluez DBus advertising support (BT LE)Juha Vuolle2022-12-071-1/+12
* QBluetoothUuid: simplify one attribute creationThiago Macieira2022-11-281-1/+1
* tst_QBluetoothUuid: replace macros with lambdasThiago Macieira2022-11-281-43/+41
* [Darwin BTLE] Fix service discovery timeout assertJuha Vuolle2022-10-131-0/+7
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-101-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-068-16/+16
* Port from container::count() and length() to size()Marc Mutz2022-10-0610-92/+92
* Skip few Bluetooth autotests on Android emulatorJuha Vuolle2022-09-276-49/+86
* Clear previous bluetooth device/service discovery errors on restartJuha Vuolle2022-09-203-0/+27
* Fix failing BT LE autotest on CI & RHEL 9Juha Vuolle2022-09-191-0/+18
* Add Android support for BT LE RSSI readJuha Vuolle2022-09-135-6/+213