summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlowenergydescriptor/tst_qlowenergydescriptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-041-1/+1
* Bluetooth autotests: do _not_ request permissions to use BTTimur Pocheptsov2023-09-051-2/+3
* QtBluetooth: port the code to the new permissions API (CoreBluetooth)Timur Pocheptsov2023-02-241-0/+28
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-101-28/+3
* BT LE descriptor and characteristic autotests to pass on AndroidJuha Vuolle2022-04-131-6/+12
* Fix last remaining count() calls to use size()Marc Mutz2022-04-111-3/+3
* Fix int/qsizetype mismatches in tst_QLowEnergyDescriptor::tst_assignCompare()Marc Mutz2022-04-111-3/+3
* Re-enable BT tests on macOS and add appropriate Info.plistJuha Vuolle2021-12-221-4/+1
* Skip failing bluetooth tests on macOSIvan Solovev2021-08-101-0/+3
* Make QLECharacteristic::handle() and QLEDescriptor::handle() privateAndreas Buhr2021-06-031-8/+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-7/+7
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-101-3/+3
|\
| * Fix a few compiler warnings in lowenergydescriptor unit testAlex Blasche2019-12-041-3/+3
* | Fix failing tst_qlowenergydescriptorAndre de la Rocha2019-11-291-4/+4
|/
* Enable the use of the Win32 Bluetooth backendAndre de la Rocha2019-08-051-32/+47
* Remove direct usage of QLowEnergyController::ctorAlex Blasche2018-08-211-1/+1
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-5/+6
* Updated license headersAntti Kokko2016-01-201-18/+13
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Make compile unit testsAlex Blasche2014-11-041-4/+0
* Add QLeController ctor that takes QBluetoothDeviceInfoAlex Blasche2014-10-171-6/+6
* Misc TODO and test fixesAlex Blasche2014-09-081-1/+1
* 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-10/+14
* Rename QLowEnergyControllerNew -> QLowEnergyControllerAlex Blasche2014-07-231-6/+6
* Convert QLowEnergyHandle from quint32 to quint16Alex Blasche2014-07-161-1/+1
* Add comparison operators for QLECharacteristic & QLEDescriptorAlex Blasche2014-07-021-0/+45
* Rewrite QLowEnergyCharacteristic unit testAlex Blasche2014-07-021-2/+19
* Rewrite Descriptor class unit testAlex Blasche2014-07-021-0/+260