summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlowenergycontroller/tst_qlowenergycontroller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-121-4/+4
* Fix failing BT LE autotest on CI & RHEL 9Juha Vuolle2022-09-191-0/+18
* Use SPDX license identifiersLucie GĂ©rard2022-06-131-27/+2
* Port indexed for-loops from int to qsizetypeMarc Mutz2022-04-111-8/+8
* Port simple cases of count() to size()Marc Mutz2022-04-111-128/+128
* Replace count() comparisons against 0 with isEmpty()Marc Mutz2022-04-081-1/+1
* Re-enable BT tests on macOS and add appropriate Info.plistJuha Vuolle2021-12-221-4/+2
* Skip failing bluetooth tests on macOSIvan Solovev2021-08-101-0/+3
* Make QLECharacteristic::handle() and QLEDescriptor::handle() privateAndreas Buhr2021-06-031-97/+0
* Change QLowEnergyService::ServiceState enum to reflect future changesAndreas Buhr2021-04-081-16/+16
* rename error signals to errorOccurredAndreas Buhr2021-03-221-13/+10
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-111-94/+96
* Change tst_qlowenergycontroller to use humidity instead of temperatureAndreas Buhr2021-02-261-26/+26
* Change tst_qlowenergycontroller to wait for disconnectsAndreas Buhr2021-02-251-3/+24
* Remove deprecated QLowEnergyController ctors and instance factoriesAlex Blasche2021-02-191-197/+202
* tst_qlowenergycontroller: fix concurrent discovery testTimur Pocheptsov2019-06-171-1/+5
* Update SensorTag documentation URLAlex Blasche2019-03-251-2/+3
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-8/+10
* Improve robustness of tst_lowenergycontroller testAlex Blasche2018-01-251-15/+36
* Make tst_lowenergycontroller pass on DBUS Bluez backendAlex Blasche2018-01-251-22/+98
* Unify meta type registration for QLEDescriptor and QLECharacteristicAlex Blasche2017-11-031-3/+0
* winrt: Use config feature when checking for winrt backend in auto testsOliver Wolff2017-08-301-9/+11
* Merge remote-tracking branch 'gerrit/5.9' into devAlex Blasche2017-08-071-1/+5
|\
| * winrt: Make tst_QLowEnergyController pass if no remote device was givenOliver Wolff2017-08-041-1/+5
* | Register additional meta typesLars Schmertmann2017-03-301-3/+0
|/
* LE controller - add a getter for a remote device UUIDTimur Pocheptsov2016-11-231-1/+2
* tst_qlowenergycontroller: Fixed conditions for WinRTOliver Wolff2016-05-311-9/+9
* Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-05-231-2/+2
|\
| * tst_qlowenergycontroller.cpp: Fixed typoOliver Wolff2016-05-201-1/+1
| * tst_qlowenergycontroller: Fixed condition for IOSOliver Wolff2016-05-201-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-2/+1
|\|
| * Peripheral Privacy Flag (0x2A02) may not be writable on some platformsAlex Blasche2016-04-271-2/+1
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-261-17/+12
|\ \
| * | Updated license headersAntti Kokko2016-01-201-17/+12
* | | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-051-3/+3
|\| |
| * | tvOS supportMike Krus2016-01-051-3/+3
| |/
* / Bluetooth: Introduce API for LE advertising.Christian Kandeler2015-11-171-0/+1
|/
* Reduce platform specific code linesAlex Blasche2015-05-121-59/+39
* Make the QLEService unit test more error tolerantAlex Blasche2015-04-151-10/+11
* Add tests for QLEService::readDescriptor()Alex Blasche2015-04-151-4/+31
* Add QLEService tests dealing with read and write error casesAlex Blasche2015-04-151-0/+230
* Always read/write the GATT hardware even if meta data reports otherwiseAlex Blasche2015-04-151-2/+2
* Add writeCharacteristic() test to encrypted characteristicAlex Blasche2015-04-151-4/+26
* Add tests for QLES::readCharacteristic()Alex Blasche2015-04-151-10/+138
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Convert qRegisterMetaType<T>(const char*) to qRegisterMetaType<T>()Alex Blasche2015-01-281-1/+0
* QLowEnergyController - auto test (OS X/iOS)Timur Pocheptsov2014-12-091-6/+86
* Extend QLEController test to cover non-readable char updatesAlex Blasche2014-12-041-0/+28
* Make QLEController unit test pass on AndroidAlex Blasche2014-12-041-2/+30
* Fix missing update of cached characteristic valueAlex Blasche2014-11-261-0/+7