summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergyservice.h
Commit message (Expand)AuthorAgeFilesLines
* Remove not needed forward declarationv5.11.0-beta1Alex Blasche2018-02-221-1/+0
* Merge all QLEConrollerPrivate::addServiceHelper() implementationAlex Blasche2017-11-031-3/+2
* Provide UWP specific header for QLEControllerPrivateAlex Blasche2017-11-031-0/+1
* Provide own header for QLEControllerPrivate on AndroidAlex Blasche2017-11-031-0/+1
* Provide own header for QLowEnergyControllerPrivate instance on BluezAlex Blasche2017-11-031-0/+1
* Rename various QLEControllerPrivate classesAlex Blasche2017-11-031-2/+2
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-291-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-1/+1
|\
| * Add explicit and make public headers compile with -Wzero-as-null-pointer-cons...Marc Mutz2016-03-151-1/+1
* | Bluetooth LE: Add support for Signed Write command in the central role.Christian Kandeler2016-02-171-1/+2
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-261-15/+21
|\ \
| * | Updated license headersAntti Kokko2016-01-201-15/+21
| |/
* | Bluetooth LE: Implement GATT server write support.Christian Kandeler2015-12-151-1/+2
* | Bluetooth: Add API to set up GATT services.Christian Kandeler2015-11-201-0/+1
|/
* Add missing metatype registration related functions for Q_ENUMsOliver Wolff2015-07-101-0/+5
* Port from Q_ENUMS to new macro Q_ENUMKonstantin Ritt2015-06-231-3/+4
* Provide missing Q_DECLARE_OPERATORS_FOR_FLAGSKonstantin Ritt2015-05-281-0/+2
* Fix trailing commas in enumsAlex Blasche2015-04-201-1/+1
* Fix enum value breakAlex Blasche2015-04-151-3/+3
* Add ability to read characteristics and descriptorsAlex Blasche2015-04-101-0/+8
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Convert qRegisterMetaType<T>(const char*) to qRegisterMetaType<T>()Alex Blasche2015-01-281-0/+3
* Majority of service detail discovery code on AndroidAlex Blasche2014-11-101-1/+2
* Add QLES::characteristicWritten() signalAlex Blasche2014-09-021-0/+2
* Rename descriptorChanged() to descriptorWritten()Alex Blasche2014-09-021-1/+1
* Add support for BTLE write command (BlueZ/Linux)Alex Blasche2014-09-021-1/+8
* Merge the ServiceNotValidError and OperationError of QLEServiceAlex Blasche2014-08-251-2/+1
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Add class documentation for QLowEnergyServiceAlex Blasche2014-08-181-5/+6
* Implement support for QLowEnergyService include hierarchies.Alex Blasche2014-08-131-1/+2
* Detect secondary services and display service type in lowenergyscannerAlex Blasche2014-07-231-3/+4
* Rename QLowEnergyControllerNew -> QLowEnergyControllerAlex Blasche2014-07-231-3/+3
* Add simpler API to retrieve descriptor/characteristic for certain uuidAlex Blasche2014-07-161-1/+1
* Port HeartRateListener Example to new API.Alex Blasche2014-07-161-1/+1
* Support writing of descriptorsAlex Blasche2014-07-151-1/+4
* Add QLowEnergyService::contains(QLowEnergyDescriptor)Alex Blasche2014-07-151-1/+3
* Support writing of characteristicAlex Blasche2014-07-021-1/+6
* Introduce QLowEnergyDescriptorAlex Blasche2014-06-261-1/+1
* Read characteristic values on BluezAlex Blasche2014-06-261-3/+4
* QLECharacteristic::handle() returns the value handle and not char handleAlex Blasche2014-06-251-2/+1
* Send and process ReadByType request/responsesAlex Blasche2014-06-201-1/+1
* Unify the shared data types between controller and service classAlex Blasche2014-06-191-9/+5
* Connect QLowEnergyService and QLowEnergyControllerNew classesAlex Blasche2014-06-191-3/+17
* Push improved API.Alex Blasche2014-06-171-0/+99