summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller.h
Commit message (Expand)AuthorAgeFilesLines
* Add Qt 6 API todoAlex Blasche2018-08-211-0/+1
* Rename various QLEControllerPrivate classesAlex Blasche2017-11-031-2/+2
* Introduce Base class for QLowEnergyControllerPrivateAlex Blasche2017-11-031-2/+2
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-291-4/+4
* QLowEnergyController: introduce ConnectionClosedErrorKonstantin Ritt2017-07-101-0/+1
* LE controller - add a getter for a remote device UUIDTimur Pocheptsov2016-11-231-0/+1
* QLowEnergyController: fix new uses of 0 as null pointer constantMarc Mutz2016-05-121-4/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-6/+5
|\
| * Add explicit and make public headers compile with -Wzero-as-null-pointer-cons...Marc Mutz2016-03-151-5/+4
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-261-14/+20
|\ \
| * | Updated license headersAntti Kokko2016-01-201-14/+20
| |/
* | Bluetooth LE: Add connection update functionality.Christian Kandeler2016-01-181-0/+4
* | Bluetooth: Add API to set up GATT services.Christian Kandeler2015-11-201-0/+3
* | QLowEnergyController: Listen for and accept GATT connection requests.Christian Kandeler2015-11-191-0/+2
* | Bluetooth: Introduce API for LE advertising.Christian Kandeler2015-11-171-2/+25
|/
* Add missing metatype registration related functions for Q_ENUMsOliver Wolff2015-07-101-0/+4
* Port from Q_ENUMS to new macro Q_ENUMKonstantin Ritt2015-06-231-3/+3
* Reduce platform specific code linesAlex Blasche2015-05-121-2/+2
* add remoteName() method to QLowEnergyControllerKevron Rees2015-05-121-0/+2
* Fix trailing commas in enumsAlex Blasche2015-04-201-1/+1
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devFrederik Gladhorn2015-02-161-1/+1
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-161-1/+1
| |\
| | * Add the QtCore/ library prefix in public headersSergio Ahumada2015-02-121-1/+1
* | | Update copyright headersJani Heikkinen2015-02-161-7/+7
|/ /
* | Add enum for failure to connect to remote BTLE device.Alex Blasche2014-11-041-1/+2
* | Android: Add ability to (dis)connect to BTLE devices on AndroidAlex Blasche2014-11-041-0/+3
* | Add QLeController ctor that takes QBluetoothDeviceInfoAlex Blasche2014-10-171-0/+3
|/
* Add a way to detect that the QLEController is performing a discoveryAlex Blasche2014-09-021-1/+2
* Add support for random vs public remote address connectionsAlex Blasche2014-09-021-0/+8
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Rename QLowEnergyControllerNew -> QLowEnergyControllerAlex Blasche2014-07-231-0/+112
* Remove old GATT APIAlex Blasche2014-07-231-104/+0
* Provide guarding against non-BTLE enabled versions of BluezAlex Blasche2014-06-161-1/+1
* Added and improved error handling in controller classNedim Hadzic2014-03-251-3/+10
* Cleanup headers files for BtLE classesAlex Blasche2014-03-241-5/+10
* Bind QLowEnergyController to a particular local adapter.Alex Blasche2014-03-151-0/+1
* QNX BLE communication moved to controller classNedim Hadzic2014-03-141-6/+0
* Bluez BLE write characteristic and descriptor value moved to controllerNedim Hadzic2014-03-131-0/+3
* BLE communication moved to controller classNedim Hadzic2014-03-111-0/+4
* Renaming QLowEnergyServiceInfo methodsNedim Hadzic2014-02-211-0/+1
* Use proper include syntax for public headersAlex Blasche2014-02-201-6/+5
* Implemented the characteristic error handling.Nedim Hadzic2013-11-281-0/+2
* Additional constructors to QLowEnergyDescriptorInfo class and method modifica...Nedim Hadzic2013-11-111-1/+1
* Implemented Bluetooth Low Energy gatt service and characteristics discoveryNedim Hadzic2013-11-041-0/+88