summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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