summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlowenergycharacteristic
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-041-1/+1
* CMake: Make qtconnectivity tests standalone projectsAlexandru Croitor2023-07-111-0/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-271-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-101-28/+3
* BT LE descriptor and characteristic autotests to pass on AndroidJuha Vuolle2022-04-131-5/+12
* Fix int/qsizetype mismathes in tst_QLowEnergyCharacteristic::tst_assignCompare()Marc Mutz2022-04-111-14/+17
* Port simple cases of count() to size()Marc Mutz2022-04-111-12/+12
* Replace count() comparisons against 0 with isEmpty()Marc Mutz2022-04-081-3/+3
* Re-enable BT tests on macOS and add appropriate Info.plistJuha Vuolle2021-12-222-1/+13
* Skip failing bluetooth tests on macOSIvan Solovev2021-08-101-0/+3
* Make QLECharacteristic::handle() and QLEDescriptor::handle() privateAndreas Buhr2021-06-031-9/+0
* Change QLowEnergyService::ServiceState enum to reflect future changesAndreas Buhr2021-04-081-1/+1
* Fix unit tests: Set timeout long enoughAndreas Buhr2021-04-071-1/+1
* rename error signals to errorOccurredAndreas Buhr2021-03-221-1/+1
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-111-2/+2
* Remove all *.pro files and all "special case" markers in CMakeLists.txtAndreas Buhr2021-01-152-9/+0
* Update CMake scripts in QtConnectivityAndreas Buhr2020-12-211-1/+1
* Regenerate projectsAlexandru Croitor2019-11-151-1/+1
* Port qtconnectivity to cmakeOliver Wolff2019-10-241-0/+12
* Remove direct usage of QLowEnergyController::ctorAlex Blasche2018-08-211-1/+1
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-4/+5
* Updated license headersAntti Kokko2016-01-201-18/+13
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-011-1/+0
|\
| * Bluetooth autotests - remove outdated insignificantTimur Pocheptsov2015-11-251-1/+0
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-08-251-1/+0
|/
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-291-2/+0
|\
| * Port from Q_ENUMS to new macro Q_ENUMKonstantin Ritt2015-06-231-2/+0
* | Remove QNX/BlackBerry implementation for QtBluetoothAlex Blasche2015-06-171-3/+0
|/
* Reduce platform specific code linesAlex Blasche2015-05-121-6/+7
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Fix test warning about missing meta type registrationAlex Blasche2014-11-131-0/+3
* Prepare BTLE unit tests for platforms which don't provide handle accessAlex Blasche2014-11-131-1/+12
* Make compile unit testsAlex Blasche2014-11-041-4/+0
* Merge branch '5.4' into btleAlex Blasche2014-09-261-1/+1
|\
| * Misc TODO and test fixesAlex Blasche2014-09-081-1/+1
* | Port QBluetoothLocalDevice and QBluetoothDeviceDiscoveryAgent to OS X.Timur Pocheptsov2014-09-161-0/+3
|/
* Add a way to detect that the QLEController is performing a discoveryAlex Blasche2014-09-021-0/+11
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Remove QBluetoothServiceDiscoveryAgent dependency from QLE unit testsAlex Blasche2014-07-231-12/+14
* Rename QLowEnergyControllerNew -> QLowEnergyControllerAlex Blasche2014-07-231-6/+6
* Add simpler API to retrieve descriptor/characteristic for certain uuidAlex Blasche2014-07-161-0/+13
* Add comparison operators for QLECharacteristic & QLEDescriptorAlex Blasche2014-07-021-0/+44
* Rewrite QLowEnergyCharacteristic unit testAlex Blasche2014-07-022-0/+308