summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_bluez.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Merge remote-tracking branch 'gerrit/5.4' into devAlex Blasche2015-02-111-0/+2
|\
| * Fix build with -no-c++11Fatih Aşıcı2015-01-271-0/+2
* | Bluez: Do not update char value() if char is non-readableAlex Blasche2014-12-031-3/+6
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-0/+11
|\|
| * Reset the controller's internal state when disconnectingAlex Blasche2014-11-231-0/+11
* | Merge remote-tracking branch 'gerrit/dev' into btleAlex Blasche2014-11-051-1/+3
|\|
| * If btle connect attempt fails return QLEController back to UnconnectedAlex Blasche2014-10-291-1/+3
* | Add enum for failure to connect to remote BTLE device.Alex Blasche2014-11-041-2/+2
* | Add QLeController ctor that takes QBluetoothDeviceInfoAlex Blasche2014-10-171-0/+6
|/
* Encrypt all read/write commands which come back with related errorsAlex Blasche2014-09-171-29/+94
* Upgrade ATT reads requests to encrypted links when indicatedAlex Blasche2014-09-161-7/+63
* Add ability to set the security level of the l2cp connectionAlex Blasche2014-09-161-0/+89
* Add support for long descriptor value writesAlex Blasche2014-09-081-27/+51
* Misc TODO and test fixesAlex Blasche2014-09-081-5/+3
* Rename defines which indicate ATT header sizesAlex Blasche2014-09-081-43/+43
* Support writing of long characteristic valuesAlex Blasche2014-09-081-6/+148
* Add QLES::characteristicWritten() signalAlex Blasche2014-09-021-1/+1
* Rename descriptorChanged() to descriptorWritten()Alex Blasche2014-09-021-1/+1
* Add support for BTLE write command (BlueZ/Linux)Alex Blasche2014-09-021-6/+19
* Add a way to detect that the QLEController is performing a discoveryAlex Blasche2014-09-021-4/+8
* Add support for random vs public remote address connectionsAlex Blasche2014-09-021-1/+4
* Merge the ServiceNotValidError and OperationError of QLEServiceAlex Blasche2014-08-251-1/+0
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Remove libbluetooth system header dependencies from BTLE code baseAlex Blasche2014-08-131-10/+8
* Support reading of chars & descs if their value is larger than MTUAlex Blasche2014-08-131-6/+111
* Implement support for QLowEnergyService include hierarchies.Alex Blasche2014-08-131-44/+104
* Detect secondary services and display service type in lowenergyscannerAlex Blasche2014-07-231-9/+22
* Characteristic and descriptor value() are no longer hex encodedAlex Blasche2014-07-231-13/+10
* Rename QLowEnergyControllerNew -> QLowEnergyControllerAlex Blasche2014-07-231-0/+1019
* Remove old GATT APIAlex Blasche2014-07-231-475/+0
* Convert QLowEnergyHandle from quint32 to quint16Alex Blasche2014-07-161-6/+6
* Convert characteristic and descriptor handles to intAlex Blasche2014-06-111-16/+18
* Rename permission related API in QLowEnergyCharacteristicInfoAlex Blasche2014-06-041-4/+6
* Cleanup of BTLE classesAlex Blasche2014-06-041-9/+1
* Streamline some of the QLowEnergyDescriptorInfo related codeAlex Blasche2014-06-041-14/+18
* Fix abortion of QLowEnergyController processing of given serviceAlex Blasche2014-06-021-17/+26
* Added and improved error handling in controller classNedim Hadzic2014-03-251-7/+12
* Bind QLowEnergyController to a particular local adapter.Alex Blasche2014-03-151-1/+9
* Cleanup of BtLE codeAlex Blasche2014-03-151-19/+11
* QNX BLE communication moved to controller classNedim Hadzic2014-03-141-57/+0
* Bluez BLE write characteristic and descriptor value moved to controllerNedim Hadzic2014-03-131-0/+26
* BLE characteristic notification moved to controller classNedim Hadzic2014-03-111-1/+88
* BLE communication moved to controller classNedim Hadzic2014-03-111-0/+405