summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Handle undefined QLowEnergyController error cases as Unknown errorAlex Blasche2015-12-231-0/+1
* | Bluetooth LE: Implement GATT server write support.Christian Kandeler2015-12-151-0/+2
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2015-12-031-6/+5
|\|
| * Merge remote-tracking branch 'gerrit/5.5' into 5.6Alex Blasche2015-12-011-6/+5
| |\
| | * Don't register meta types during static init time5.5Alex Blasche2015-11-301-6/+5
* | | Bluetooth: Fix reversed logic.Christian Kandeler2015-11-231-1/+1
* | | Bluetooth: Add API to set up GATT services.Christian Kandeler2015-11-201-3/+71
* | | QLowEnergyController: Listen for and accept GATT connection requests.Christian Kandeler2015-11-191-3/+5
* | | Bluetooth: Introduce API for LE advertising.Christian Kandeler2015-11-171-15/+161
|/ /
* | QLowEnergyController: Add missing error string for ConnectionError.Christian Kandeler2015-11-101-1/+5
* | [Bluetooth] Optimize loopsKonstantin Ritt2015-09-161-21/+38
|/
* Remove some Tech preview remnants from Bluetooth documentationAlex Blasche2015-05-181-3/+0
* Reduce platform specific code linesAlex Blasche2015-05-121-0/+4
* add remoteName() method to QLowEnergyControllerKevron Rees2015-05-121-0/+11
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Document Android's caching of BTLE service data.Alex Blasche2014-11-261-0/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-211-1/+3
|\
| * Fix QLEController::connectToDevice() documentationAlex Blasche2014-11-111-1/+3
* | Fixes for QLowEnergyController unit test on AndroidAlex Blasche2014-11-111-4/+10
* | Add enum for failure to connect to remote BTLE device.Alex Blasche2014-11-041-0/+2
* | Android: Add ability to (dis)connect to BTLE devices on AndroidAlex Blasche2014-11-041-0/+12
* | QLEController(QBtDeviceInfo, QObject*) ctor is new, mark it as suchAlex Blasche2014-10-281-1/+3
* | Add QLeController ctor that takes QBluetoothDeviceInfoAlex Blasche2014-10-171-0/+22
|/
* Make it more obvious that QLowEnergy* classes are Tech previewAlex Blasche2014-09-261-0/+3
* Support writing of long characteristic valuesAlex Blasche2014-09-081-1/+1
* Improve extended properties docs and fix qdoc errorv5.4.0-alpha1Alex Blasche2014-09-051-1/+1
* Add a way to detect that the QLEController is performing a discoveryAlex Blasche2014-09-021-0/+5
* Add support for random vs public remote address connectionsAlex Blasche2014-09-021-0/+34
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Add class documentation for QLowEnergyServiceAlex Blasche2014-08-181-1/+8
* Add class documentation for QLowEnergyControllerAlex Blasche2014-08-151-1/+205
* Support reading of chars & descs if their value is larger than MTUAlex Blasche2014-08-131-9/+28
* Implement support for QLowEnergyService include hierarchies.Alex Blasche2014-08-131-0/+24
* Rename QLowEnergyControllerNew -> QLowEnergyControllerAlex Blasche2014-07-231-0/+317
* Remove old GATT APIAlex Blasche2014-07-231-261/+0
* Fix BTLE related qdoc errorsAlex Blasche2014-06-041-33/+32
* Improve handling of QBluetoothUuid::CharacteristicType enumAlex Blasche2014-06-041-0/+1
* Added and improved error handling in controller classNedim Hadzic2014-03-251-3/+26
* Bind QLowEnergyController to a particular local adapter.Alex Blasche2014-03-151-3/+19
* Bluez BLE write characteristic and descriptor value moved to controllerNedim Hadzic2014-03-131-0/+24
* BLE characteristic notification moved to controller classNedim Hadzic2014-03-111-20/+2
* BLE communication moved to controller classNedim Hadzic2014-03-111-113/+10
* Renaming QLowEnergyServiceInfo methodsNedim Hadzic2014-02-211-9/+24
* Fixed couple minor things for QNX platformNedim Hadzic2014-01-141-0/+2
* Implemented the characteristic error handling.Nedim Hadzic2013-11-281-1/+20
* Removed get part in return methods.Nedim Hadzic2013-11-281-9/+9
* Additional constructors to QLowEnergyDescriptorInfo class and method modifica...Nedim Hadzic2013-11-111-5/+6
* Implemented Bluetooth Low Energy gatt service and characteristics discoveryNedim Hadzic2013-11-041-0/+282