summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergyservice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...Tarja Sundqvist2023-04-241-0/+2
|\
| * includemocsMarc Mutz2022-05-101-0/+2
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* LE controller/service remove code duplication (Darwin)Timur Pocheptsov2019-06-171-0/+19
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-1/+1
* Fix typosJarek Kobus2018-02-141-1/+1
* Convert most old-style QObject::connect() to pointer syntaxAlex Blasche2017-11-131-14/+14
* Various cleanups following the recent QLEControllerPrivate header splitsAlex Blasche2017-11-031-1/+1
* Unify meta type registration for QLEDescriptor and QLECharacteristicAlex Blasche2017-11-031-2/+0
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-291-4/+4
* Register additional meta typesLars Schmertmann2017-03-301-0/+2
* Update the QLowEnergyService documentationAlex Blasche2016-12-061-10/+11
* Add missing \since 5.7 markers to QLE classesAlex Blasche2016-05-191-0/+1
* Bluetooth LE: Add support for Signed Write command in the central role.Christian Kandeler2016-02-171-12/+14
* Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-261-15/+21
|\
| * Updated license headersAntti Kokko2016-01-201-15/+21
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2015-12-221-4/+4
|\|
| * Bluetooth: Documentation fix.v5.6.0-beta1Christian Kandeler2015-12-141-4/+4
* | Bluetooth LE: Implement GATT server write support.Christian Kandeler2015-12-151-13/+60
|/
* Doc: minor link issuesNico Vertriest2015-10-301-1/+1
* [Bluetooth] Optimize loopsKonstantin Ritt2015-09-161-3/+7
* A nano optimization to QLowEnergyServiceKonstantin Ritt2015-09-161-12/+4
* Add missing metatype registration related functions for Q_ENUMsOliver Wolff2015-07-101-0/+2
* Remove some Tech preview remnants from Bluetooth documentationAlex Blasche2015-05-181-3/+0
* Misc fixes based on code review commentsAlex Blasche2015-04-151-3/+3
* Further improve QLEService class docs with regards to recent changes.Alex Blasche2015-04-151-16/+43
* Always read/write the GATT hardware even if meta data reports otherwiseAlex Blasche2015-04-151-11/+19
* Emit OperationError if char or desc is not part of current serviceAlex Blasche2015-04-151-22/+20
* Bluez: Implement QLES::readCharacteristic()/readDescriptor()Alex Blasche2015-04-151-2/+9
* Minor doc fixesAlex Blasche2015-04-101-2/+2
* Prevent characteristic write if service is not discoveredAlex Blasche2015-04-101-3/+2
* Add ability to read characteristics and descriptorsAlex Blasche2015-04-101-1/+98
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Convert qRegisterMetaType<T>(const char*) to qRegisterMetaType<T>()Alex Blasche2015-01-281-2/+2
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-171-1/+14
|\
| * Improve documentation for undiscovered QLEServiceAlex Blasche2014-12-011-1/+14
* | Don't update cached char value when property is not readableAlex Blasche2014-12-041-0/+9
* | Update QLEService::Type() documentation for Android specificsAlex Blasche2014-12-011-0/+4
* | Document and test concurrent write requestsAlex Blasche2014-11-141-1/+15
* | Majority of service detail discovery code on AndroidAlex Blasche2014-11-101-0/+2
|/
* Make it more obvious that QLowEnergy* classes are Tech previewAlex Blasche2014-09-261-0/+3
* Add limitations to the API documentationAlex Blasche2014-09-081-0/+5
* Add support for long descriptor value writesAlex Blasche2014-09-081-4/+0
* Misc TODO and test fixesAlex Blasche2014-09-081-1/+0
* Improve documentation on how to enable characteristic notificationsAlex Blasche2014-09-021-1/+19
* Add QLES::characteristicWritten() signalAlex Blasche2014-09-021-14/+27
* Rename descriptorChanged() to descriptorWritten()Alex Blasche2014-09-021-5/+7
* Add support for BTLE write command (BlueZ/Linux)Alex Blasche2014-09-021-13/+58
* Merge the ServiceNotValidError and OperationError of QLEServiceAlex Blasche2014-08-251-4/+3