summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlowenergycontroller
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersAntti Kokko2016-01-201-17/+12
* tvOS supportMike Krus2016-01-051-3/+3
* Bluetooth autotests - remove outdated insignificantTimur Pocheptsov2015-11-251-1/+0
* Reduce platform specific code linesAlex Blasche2015-05-121-59/+39
* 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
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Convert qRegisterMetaType<T>(const char*) to qRegisterMetaType<T>()Alex Blasche2015-01-281-1/+0
* 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
* Fix missing update of cached characteristic valueAlex Blasche2014-11-261-0/+7
* Document and test concurrent write requestsAlex Blasche2014-11-141-0/+22
* Prepare BTLE unit tests for platforms which don't provide handle accessAlex Blasche2014-11-131-81/+92
* QLowEnergyController - version for OS X and iOSTimur Pocheptsov2014-11-121-0/+4
* Fixes for QLowEnergyController unit test on AndroidAlex Blasche2014-11-112-0/+15
* Make compile unit testsAlex Blasche2014-11-041-4/+0
* Ensure behavior of QLEController ctor when handling invld remote deviceAlex Blasche2014-10-211-0/+46
* Upgrade ATT reads requests to encrypted links when indicatedAlex Blasche2014-09-161-1/+65
* Support writing of long characteristic valuesAlex Blasche2014-09-081-5/+3
* 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-021-0/+32
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Characteristic and descriptor value() are no longer hex encodedAlex Blasche2014-07-231-108/+109
* Remove QBluetoothServiceDiscoveryAgent dependency from QLE unit testsAlex Blasche2014-07-231-76/+117
* Rename QLowEnergyControllerNew -> QLowEnergyControllerAlex Blasche2014-07-231-41/+41
* Further cleanup QLowEnergyServiceInfoAlex Blasche2014-07-231-1/+0
* Remove old GATT APIAlex Blasche2014-07-231-3/+2
* Convert QLowEnergyHandle from quint32 to quint16Alex Blasche2014-07-161-74/+74
* Add simpler API to retrieve descriptor/characteristic for certain uuidAlex Blasche2014-07-161-19/+6
* 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
* Support writing of characteristicAlex Blasche2014-07-021-4/+146
* Rewrite Descriptor class unit testAlex Blasche2014-07-021-13/+0
* 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
* Fix a bug whereby the last descriptor of a service was always skippedAlex Blasche2014-06-261-10/+45
* Introduce QLowEnergyDescriptorAlex Blasche2014-06-261-59/+211
* Read characteristic values on BluezAlex Blasche2014-06-261-1/+473
* Send and process ReadByType request/responsesAlex Blasche2014-06-201-0/+21
* Don't require the user to create all service objects if not neededAlex Blasche2014-06-191-9/+7