summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add QBluetoothDeviceInfo::UnknownCoreConfiguration enum valueAlex Blasche2014-10-161-1/+3
* | Merge remote-tracking branch 'gerrit/5.4' into HEADAlex Blasche2014-10-1612-635/+129
|\|
| * Catch segfault when passing 0 to QBluetoothTransferManager::put()Alex Blasche2014-10-131-0/+16
| * Fix QBluetoothSocket unit test failures on AndroidAlex Blasche2014-10-131-8/+22
| * Fix QBluetoothSocket::isReadable()/isOpen()/isWritable()Alex Blasche2014-10-131-12/+35
| * Remove nfctestserver test applicationAlex Blasche2014-10-018-609/+0
| * Fix QBluetoothServiceInfo uni test on platforms using fake server portsAlex Blasche2014-09-302-6/+56
* | QtBluetooth - device discovery test on OS X.Timur Pocheptsov2014-10-162-3/+5
* | QBluetoothServer - enable auto test on OS X.Timur Pocheptsov2014-10-022-5/+7
* | QBluetoothLocalDevice - enable auto test on OS X.Timur Pocheptsov2014-10-022-3/+13
* | QtBluetooth - enable auto tests on OS X.Timur Pocheptsov2014-10-013-4/+5
* | QtBluetooth - service discovery test.Timur Pocheptsov2014-09-301-1/+1
* | Merge branch '5.4' into btleAlex Blasche2014-09-264-9/+77
|\|
| * Add missing error() signal to QBluetoothTransferReplyAlex Blasche2014-09-181-1/+7
| * Upgrade ATT reads requests to encrypted links when indicatedAlex Blasche2014-09-161-1/+65
| * Misc TODO and test fixesAlex Blasche2014-09-082-2/+2
| * Support writing of long characteristic valuesAlex Blasche2014-09-081-5/+3
* | Port QBluetoothLocalDevice and QBluetoothDeviceDiscoveryAgent to OS X.Timur Pocheptsov2014-09-167-0/+18
|/
* Remove QLowEnergyServiceInfoAlex Blasche2014-09-036-292/+0
* Add QLES::characteristicWritten() signalAlex Blasche2014-09-021-123/+83
* Rename descriptorChanged() to descriptorWritten()Alex Blasche2014-09-021-2/+2
* Add support for BTLE write command (BlueZ/Linux)Alex Blasche2014-09-021-15/+282