summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Add a way to detect that the QLEController is performing a discoveryAlex Blasche2014-09-023-0/+54
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-281-7/+15
|\
| * Fix L2CP socket connectionsv5.3.2Alex Blasche2014-08-271-7/+15
* | Improve quint128 to QBluetoothUuid conversion performanceAlex Blasche2014-08-271-0/+13
* | Update license headers and add new licensesJani Heikkinen2014-08-2433-613/+349
* | Merge remote-tracking branch 'gerrit/5.4' into btleAlex Blasche2014-08-133-0/+32
|\ \
| * | Merge branch '5.3' into devAlex Blasche2014-07-173-0/+32
| |\|
| | * Add code to test service discovery on specific remote deviceAlex Blasche2014-07-153-0/+26
| | * Add ability to abort server sockets via bttestuiAlex Blasche2014-07-021-0/+6
* | | Characteristic and descriptor value() are no longer hex encodedAlex Blasche2014-07-231-108/+109
* | | Remove QBluetoothServiceDiscoveryAgent dependency from QLE unit testsAlex Blasche2014-07-233-98/+145
* | | Rename QLowEnergyControllerNew -> QLowEnergyControllerAlex Blasche2014-07-233-53/+53
* | | Further cleanup QLowEnergyServiceInfoAlex Blasche2014-07-232-23/+0
* | | Remove old GATT APIAlex Blasche2014-07-233-74/+5
* | | Convert QLowEnergyHandle from quint32 to quint16Alex Blasche2014-07-162-75/+75
* | | Add simpler API to retrieve descriptor/characteristic for certain uuidAlex Blasche2014-07-162-19/+19
* | | Add ability to process notifications and indicationsAlex Blasche2014-07-161-14/+47
* | | Add unit test for writing descriptorsAlex Blasche2014-07-151-5/+138
* | | Add QLowEnergyService::contains(QLowEnergyDescriptor)Alex Blasche2014-07-151-2/+95
* | | Remove old API test from tst_qlowenergycontrollerAlex Blasche2014-07-151-558/+0
* | | Update QLEConttroller unit test after SensorTag firmware updateAlex Blasche2014-07-151-94/+264
* | | Merge branch 'dev' into btleAlex Blasche2014-07-031-0/+2
|\| |
| * | Merge branch '5.3' into devAlex Blasche2014-06-271-0/+2
| |\|
| | * Fix crash in bttestui when using default backendAlex Blasche2014-06-251-0/+2
| * | Compare the NDef records without using qHashAlex Blasche2014-05-281-6/+29
* | | Support writing of characteristicAlex Blasche2014-07-021-4/+146
* | | Add comparison operators for QLECharacteristic & QLEDescriptorAlex Blasche2014-07-022-0/+89
* | | Rewrite QLowEnergyCharacteristic unit testAlex Blasche2014-07-025-231/+321
* | | Rewrite Descriptor class unit testAlex Blasche2014-07-026-217/+269
* | | Add more unit testing to verify robustness of L2CP communicationAlex Blasche2014-07-021-3/+185
* | | Add ability to read value of all discovered descriptorsAlex Blasche2014-07-021-16/+58