summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_bluezdbus.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't clear the remoteDevice address in resetController()Juha Vuolle2023-01-171-1/+2
* Add Bluez DBus peripheral role supportJuha Vuolle2022-12-071-49/+200
* Bluez DBus advertising support (BT LE)Juha Vuolle2022-12-071-10/+54
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-8/+8
* Use SPDX license identifiersLucie GĂ©rard2022-06-101-38/+2
* Fix Bluez BT LE battery readingJuha Vuolle2022-05-061-11/+51
* includemocsMarc Mutz2022-05-041-0/+2
* Fix clazy unused variable warningMarc Mutz2022-04-111-1/+0
* Replace deprecated QScopedPointer usageIvan Solovev2022-04-111-5/+3
* QLowEnergyController: add API to obtain ATT-MTU sizeAndreas Buhr2021-05-181-0/+6
* Implement reduced service discovery on Linux-BlueZ-DBUSAndreas Buhr2021-04-121-8/+10
* Change QLowEnergyService::ServiceState enum to reflect future changesAndreas Buhr2021-04-081-5/+5
* Introduce option for reduced service discoveryAndreas Buhr2021-03-301-1/+3
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-111-13/+13
* Change tst_qlowenergycontroller to wait for disconnectsAndreas Buhr2021-02-251-0/+5
* Correct error handling in QLowEnergyControllerPrivateBluezDBUSAndreas Buhr2021-02-251-4/+9
* Use QList instead of QVectorJarek Kobus2020-06-251-1/+1
* Support characteristic Write Without Response on BlueZ 5.50+Alex Blasche2020-03-031-2/+7
* bluez-dbus: Invalidate btle service when it has disappearedChristian Wassmuth2019-12-051-0/+17
* Merge remote-tracking branch 'origin/5.13' into 5.14Timur Pocheptsov2019-09-121-2/+2
|\
| * Fix compilation with C++20Marc Mutz2019-07-161-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-121-0/+3
|\|
| * Bluez-DBus: Fix crash at calling disconnect while not connectedChristian Wassmuth2019-03-051-0/+3
* | Add QLowEnergyController::createCentral() with localDevice overloadAlex Blasche2019-02-111-3/+7
|/
* Fix wrong logging messageAlex Blasche2018-09-141-1/+1
* Remove duplicated closure code and add missing cases of itAlex Blasche2018-09-141-33/+23
* Implement handling of BTLE Battery servicesAlex Blasche2018-09-141-16/+206
* Remove dead/unused member variablev5.12.0-alpha1Alex Blasche2018-09-111-3/+1
* Fix crash in QLEController caused by random device disconnectAlex Blasche2018-06-261-8/+24
* Fix QLEController::connectToDevice() on reconnect behaviorAlex Blasche2018-06-181-0/+3
* BlueZ: Fix crash when discovering GATT service without readable itemsAlex Blasche2018-04-161-2/+6
* BlueZ: Implements characteristicChanged() notificationsAlex Blasche2018-01-251-9/+79
* Implement read-/writeDescriptor() for DBus GATTAlex Blasche2018-01-251-12/+125
* Implement Char read & write for dbus GattAlex Blasche2018-01-251-8/+114
* Implement QLEService::discoverDetails for DBus BluezAlex Blasche2018-01-051-7/+357
* Support service discovery for BlueZ DBus backendAlex Blasche2018-01-051-0/+48
* BTLE DBus: Add ability to connect/disconnect to remote deviceAlex Blasche2018-01-051-2/+242
* Rename various QLEControllerPrivate classesAlex Blasche2017-11-031-1/+1
* Introduce Base class for QLowEnergyControllerPrivateAlex Blasche2017-11-031-0/+140