summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_bluez.cpp
Commit message (Expand)AuthorAgeFilesLines
* BlueZ: Fix leaking client socket when running QLEController Peripheral modeAlex Blasche2019-05-081-0/+8
* Permit adjusting of advertisement dataAlex Blasche2018-10-081-1/+4
* Fix QNearFieldManager related override warningsAlex Blasche2018-09-031-0/+1
* Fix LEController peripheral mode on BlueZAlex Blasche2018-08-301-1/+5
* Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-241-5/+2
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-15/+18
* Add separate interfaces for QBluetoothSocketPrivate on LinuxAlex Blasche2018-07-251-1/+1
* Properly invalidate services when calling disconnectService() on BlueZAlex Blasche2018-05-291-3/+6
* BlueZ: Ensure that QLEController::remoteName() has a valueAlex Blasche2018-04-171-2/+77
* Reset mtu to default value after reconnectAlex Blasche2018-03-051-0/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-5/+9
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-181-5/+9
| |\
| | * BlueZ: Fix inconsistent QLEService error stateAlex Blasche2018-01-081-2/+2
| | * BlueZ: Prevent hanging of QLEController job queue due to comm timeoutAlex Blasche2017-11-231-3/+7
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-211-2/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-2/+13
| |\|
| | * Fix crash due to inconsistent state in QLEController during JobDisconnectDeviceAlex Blasche2017-10-171-2/+13
* | | Merge all QLEConrollerPrivate::addServiceHelper() implementationAlex Blasche2017-11-031-52/+0
* | | Provide own header for QLowEnergyControllerPrivate instance on BluezAlex Blasche2017-11-031-94/+145
* | | Rename various QLEControllerPrivate classesAlex Blasche2017-11-031-94/+94
* | | Introduce Base class for QLowEnergyControllerPrivateAlex Blasche2017-11-031-3/+1
|/ /
* | Enable default services for all central use cases on BlueZAlex Blasche2017-07-201-3/+3
* | Add support for QBluetoothSocket::RemoteHostClosedError on BlueZAlex Blasche2017-07-121-0/+4
|/
* Provide a way to define GAP/GATT services for central rolesAlex Blasche2017-06-281-0/+68
* Obtain random bt address flag via Bluetooth Mgmt APIAlex Blasche2017-06-161-4/+15
* Fix memory overrun due to wrong header size definition being usedAlex Blasche2017-06-121-7/+4
* Avoid bluetoothd and QtBluetooth collision when connecting to BTLE devAlex Blasche2017-05-291-1/+54
* Make it more obvious that another active BTLE connection prevents connectAlex Blasche2017-05-231-0/+11
* Fix GCC 7 warnings about implicit fallthroughsThiago Macieira2017-05-191-0/+2
* Ensure that QLowEnergyController::connected() is emitted on BlueZAlex Blasche2017-04-061-0/+3
* Bluez: Stop advertisement once Bluez Peripheral disconnectFromDevice()Alex Blasche2017-01-041-0/+4
* Prevent stalling of Linux central BTLE implementationAlex Blasche2016-12-151-3/+119
* Highlight incomplete handling of BTLE packet writesAlex Blasche2016-07-191-0/+7
* Fix endianness conversion order bug when handling 128bit Qt UuidAlex Blasche2016-05-181-4/+11
* Bluetooth LE: Add support for Signed Write command in the central role.Christian Kandeler2016-02-171-48/+81
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-161-2/+17
|\
| * Not all descriptors where discovered in some casesOleksii Serdiuk2016-02-021-1/+8
| * Bluetooth: Do not assert on remote data.Christian Kandeler2016-01-221-1/+6
| * Bluetooth LE: Fix premature initialization of HCI manager.Christian Kandeler2016-01-151-4/+7
* | Bluetooth LE: Add support for Signed Write command.Christian Kandeler2016-02-031-5/+110
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2016-01-261-15/+21
|\ \
| * | Updated license headersAntti Kokko2016-01-201-15/+21
| |/
* | Bluetooth: Print warning to indicate that signed write is unimplemented.Christian Kandeler2016-01-261-0/+1
* | Bluetooth: Add more thorough checks for the Signed Write Command.Christian Kandeler2016-01-251-13/+33
* | Bluetooth: Fix typo in command value.Christian Kandeler2016-01-221-2/+2
* | Bluetooth LE: Add connection update functionality.Christian Kandeler2016-01-181-0/+26
* | Make more use of Qt's functions for handling endianness and alignment.Christian Kandeler2015-12-211-18/+18
* | Bluetooth LE: Implement GATT server write support.Christian Kandeler2015-12-151-96/+411
* | Bluetooth LE: Implement ATT access permissions.Christian Kandeler2015-12-041-19/+45
* | Merge remote-tracking branch 'gerrit/dev' into neardAlex Blasche2015-12-031-2/+5
|\|