summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergyservice.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Update QLowEnergyCharacteristic class documentation.Alex Blasche2014-08-181-1/+2
* Add class documentation for QLowEnergyServiceAlex Blasche2014-08-181-26/+220
* Implement support for QLowEnergyService include hierarchies.Alex Blasche2014-08-131-4/+16
* Detect secondary services and display service type in lowenergyscannerAlex Blasche2014-07-231-1/+13
* Rename QLowEnergyControllerNew -> QLowEnergyControllerAlex Blasche2014-07-231-3/+3
* Remove old GATT APIAlex Blasche2014-07-231-1/+0
* Add simpler API to retrieve descriptor/characteristic for certain uuidAlex Blasche2014-07-161-1/+24
* Support writing of descriptorsAlex Blasche2014-07-151-0/+35
* Add QLowEnergyService::contains(QLowEnergyDescriptor)Alex Blasche2014-07-151-1/+29
* Improve qlowenergyscanner example UIAlex Blasche2014-07-151-1/+3
* Support writing of characteristicAlex Blasche2014-07-021-0/+54