summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_bluez.cpp
Commit message (Expand)AuthorAgeFilesLines
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-201-3/+3
* Bluez LE: use QUuid's ability to select the byte orderThiago Macieira2023-02-131-21/+7
* Bluez LE: improve detection of 16-bit UUIDThiago Macieira2023-02-131-19/+12
* QBluetoothUuid: switch from quint128 to QUuid::Id128BytesThiago Macieira2023-02-131-18/+17
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-8/+8
* Fix Bluez LE advertiser delete crashJuha Vuolle2022-06-211-6/+9
* Use SPDX license identifiersLucie Gérard2022-06-101-39/+3
* includemocsMarc Mutz2022-05-041-0/+2
* Rename qleadvertiser_p.h → qleadvertiser_bluez_p.hMarc Mutz2022-05-041-1/+1
* QLowEnergyControllerPrivateBluez: make ATT_{DEFAULT,MAX}_LE_MTU typed constantsMarc Mutz2022-04-111-5/+5
* QLowEnergyControllerPrivateBluez: fix int/qsizetype mismatchesMarc Mutz2022-04-111-17/+19
* Port simple cases of count() to size()Marc Mutz2022-04-111-46/+46
* Remove unintended early return from Bluez lowenergycontrollerJuha Vuolle2022-02-151-1/+0
* More consistent logging category use in bluetooth implementationsJuha Vuolle2021-09-171-2/+2
* Remove remaining cases of isBluez5()Alex Blasche2021-09-071-7/+0
* Remove BlueZ4 XML files and their usageAndreas Buhr2021-08-301-5/+0
* Remove BlueZ4 code paths in QLowEnergyControllerAndreas Buhr2021-08-281-55/+21
* QLowEnergyController: add API to obtain ATT-MTU sizeAndreas Buhr2021-05-181-9/+16
* Implement reduced service discovery on Linux-BlueZAndreas Buhr2021-04-271-1/+11
* Change QLowEnergyService::ServiceState enum to reflect future changesAndreas Buhr2021-04-081-8/+8
* Introduce option for reduced service discoveryAndreas Buhr2021-03-301-1/+3
* Introduce AttCommand and AttError scoped enumsAndreas Buhr2021-03-261-312/+295
* Add option to specify host device when starting BTLE peripheralAndreas Buhr2021-03-251-1/+4
* rename error signals to errorOccurredAndreas Buhr2021-03-221-4/+4
* Introduce all Bluetooth HCI event and error codesAndreas Buhr2021-03-221-3/+3
* Decouple QBluetoothSocket and QAbstractSocket, introduce scoped enumsAndreas Buhr2021-03-121-8/+8
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-111-15/+15
* Fix warning about descriptorHandle being used uninitializedAndreas Buhr2021-02-101-1/+1
* Catchup with changes in qtbaseAlex Blasche2020-10-051-1/+0
* Use QList instead of QVectorJarek Kobus2020-06-251-32/+39
* Fix Qt6 buildAlexandru Croitor2019-08-011-24/+24
* 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