summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QBluetoothSocket::connectToService - check a socket type firstTimur Pocheptsov2016-08-261-0/+47
* tst_qlowenergycontroller.cpp: Fixed typoOliver Wolff2016-05-201-1/+1
* tst_qlowenergycontroller: Fixed condition for IOSOliver Wolff2016-05-201-1/+1
* Increase test coverage in bttestuiAlex Blasche2016-04-281-1/+1
* Peripheral Privacy Flag (0x2A02) may not be writable on some platformsAlex Blasche2016-04-271-2/+1
* Bluetooth autotests - remove outdated insignificantTimur Pocheptsov2015-11-254-5/+0
* Add security flag support for tests with bttestuiAlex Blasche2015-07-063-3/+73
* Add test for QBluetoothSocket::preferredSecurityFlags() and setterAlex Blasche2015-07-062-1/+32
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-294-8/+0
|\
| * Port from Q_ENUMS to new macro Q_ENUMKonstantin Ritt2015-06-234-8/+0
* | Remove QNX/BlackBerry implementation for QtBluetoothAlex Blasche2015-06-175-15/+0
|/
* Test Q_DECLARE_OPERATORS_FOR_FLAGS operatorsAlex Blasche2015-05-284-1/+132
* Unit test for new QBluetoothHostInfo comparison operatorsAlex Blasche2015-05-271-0/+58
* Reduce platform specific code linesAlex Blasche2015-05-122-65/+46
* 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
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-248-0/+23331
|\
| * bic: Add 5.{2,3,4}.0 bic data for QtBluetooth and QtNfcSergio Ahumada2015-02-178-0/+23331
* | Update copyright headersJani Heikkinen2015-02-1626-181/+181
* | Optimize qRegisterMetaType() calls for QBluetoothTransferReplyAlex Blasche2015-01-281-1/+0
* | Convert qRegisterMetaType<T>(const char*) to qRegisterMetaType<T>()Alex Blasche2015-01-2812-31/+27
* | 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
* | QBluetoothServiceDiscoveryAgent - auto test on OS XTimur Pocheptsov2014-12-032-1/+9
* | QBluetoothServiceInfo - auto test on OS XTimur Pocheptsov2014-12-031-1/+0
* | QBluetoothSocket - auto test on OS XTimur Pocheptsov2014-12-031-1/+0
* | QBluetoothDeviceDiscoveryAgent - test on OS XTimur Pocheptsov2014-12-031-1/+0
* | QBluetoothServer - auto test on OS XTimur Pocheptsov2014-12-031-0/+8
* | QBluetoothLocalDevice - isValid, tests (OS X and iOS)Timur Pocheptsov2014-12-032-1/+8
* | Bluetooth auto test - OS X and iOSTimur Pocheptsov2014-12-036-3/+6
* | Fix missing update of cached characteristic valueAlex Blasche2014-11-261-0/+7
* | Document and test concurrent write requestsAlex Blasche2014-11-141-0/+22
* | 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-132-82/+104
* | QLowEnergyController - version for OS X and iOSTimur Pocheptsov2014-11-121-0/+4
* | Fixes for QLowEnergyController unit test on AndroidAlex Blasche2014-11-112-0/+15
* | Bluetooth - device (LE) discovery for iOSTimur Pocheptsov2014-11-101-1/+7
* | Bluetooth - device discovery test on OS XTimur Pocheptsov2014-11-051-0/+2
* | Bluetooth - service discovery bugfix/test update on OS XTimur Pocheptsov2014-11-051-0/+3
* | Make compile unit testsAlex Blasche2014-11-043-12/+0
* | QBluetoothDeviceInfo - update auto testTimur Pocheptsov2014-11-031-25/+98
* | Remove test assumption that each SDP discovery must find a serviceAlex Blasche2014-10-281-1/+3
* | Ensure behavior of QLEController ctor when handling invld remote deviceAlex Blasche2014-10-211-0/+46
* | Add QLeController ctor that takes QBluetoothDeviceInfoAlex Blasche2014-10-171-6/+6
* | Merge remote-tracking branch 'gerrit/5.4' into btleAlex Blasche2014-10-171-1/+3
|\|