summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_bluez.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge remote-tracking branch 'gerrit/5.5' into 5.6Alex Blasche2015-12-011-1/+4
| |\
| | * Don't register meta types during static init time5.5Alex Blasche2015-11-301-0/+1
| | * Enforce unbuffered L2CAP socket for GATTAlex Blasche2015-11-271-1/+3
| * | BT/BlueZ: Do not react to "Insufficient Authorization" error.Christian Kandeler2015-11-301-1/+1
* | | Bluetooth: Partial implementation of GATT server functionality.Christian Kandeler2015-11-301-15/+618
* | | QLowEnergyController: Rename "sendCommand" function.Christian Kandeler2015-11-231-6/+6
* | | QLowEnergyController: Rename variable.Christian Kandeler2015-11-231-7/+8
* | | Bluetooth: Add API to set up GATT services.Christian Kandeler2015-11-201-4/+112
* | | QLowEnergyController: Listen for and accept GATT connection requests.Christian Kandeler2015-11-191-2/+120
* | | Bluetooth: Introduce API for LE advertising.Christian Kandeler2015-11-171-1/+30
|/ /
* | Bluetooth: Fix value of an ATT error type.Christian Kandeler2015-10-161-4/+10
* | [Bluetooth] Optimize loopsKonstantin Ritt2015-09-161-9/+11
|/
* Parse all char descriptions in one goAlex Blasche2015-07-131-0/+1
* Do not cut 32bit value down to 16bitAlex Blasche2015-07-131-1/+1
* Cut high bits from QLECharacteristic::PropertyTypesAlex Blasche2015-07-131-1/+1
* Bluez: Implement QLES::readCharacteristic()/readDescriptor()Alex Blasche2015-04-151-9/+131
* Merge branch '5.4' into 5.5Alex Blasche2015-04-011-3/+17
|\
| * Do not assert if encryption change was requested by somebody elseAlex Blasche2015-03-311-1/+3
| * QLowEnergyController_bluez now responds to server requests.Christian Waßmuth2015-03-171-2/+14
* | 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