summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* qlecontroller_win: use lastIndexOf() in getDeviceAddress()Lubomir I. Ivanov (VMware)2018-02-281-1/+1
* qlecontroller_win: fix GetLastError() bug in getServiceSystemPath()Lubomir I. Ivanov (VMware)2018-02-281-2/+3
* Reduce quantity of "reinterpret_cast" callsDenis Shienkov2018-02-281-9/+14
* Use WIN32_FROM_HRESULT macro to decode BLE system errorsDenis Shienkov2018-02-282-47/+69
* Update license information for Windows filesLubomir I. Ivanov (VMware)2018-02-209-113/+161
* Merge remote-tracking branch 'gerrit/dev' into winAlex Blasche2018-02-2035-57/+1387
|\
| * LE/Android: replace activity()/service() with context()Konstantin Ritt2018-02-192-4/+2
| * Make tst_lowenergycontroller pass on DBUS Bluez backendAlex Blasche2018-01-252-1/+10
| * BlueZ: Implements characteristicChanged() notificationsAlex Blasche2018-01-252-9/+83
| * Implement read-/writeDescriptor() for DBus GATTAlex Blasche2018-01-252-12/+126
| * Implement Char read & write for dbus GattAlex Blasche2018-01-252-8/+117
| * Avoid wrong implicit cast leading to wrong connectToService() callAlex Blasche2018-01-253-0/+14
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-209-10/+45
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-184-10/+31
| | |\
| | | * Disable compiler flag using proper qmake comment styleAlex Blasche2018-01-161-1/+1
| | | * BlueZ: Fix inconsistent QLEService error stateAlex Blasche2018-01-081-2/+2
| | | * winrt: Do not crash when trying to an unreachable paired LE deviceOliver Wolff2017-12-121-1/+11
| | | * winrt: Add bluetooth capabilities for msvc2017 as wellOliver Wolff2017-12-121-1/+1
| | | * BlueZ: Prevent hanging of QLEController job queue due to comm timeoutAlex Blasche2017-11-231-3/+7
| | | * winrt: Early return instead of assert is case of errorMaurice Kalinowski2017-11-161-2/+9
| | * | Improve documentation about missing iOS support in QtBluetoothAlex Blasche2018-01-045-0/+14
| * | | Implement QLEService::discoverDetails for DBus BluezAlex Blasche2018-01-054-7/+405
| * | | Support service discovery for BlueZ DBus backendAlex Blasche2018-01-052-1/+49
| * | | BTLE DBus: Add ability to connect/disconnect to remote deviceAlex Blasche2018-01-052-4/+268
| * | | Implement bluetoothd version testAlex Blasche2017-12-136-10/+189
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2115-14/+106
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-152-1/+30
| | |\|
| | | * winrt: Do not assert when registering a service without a local BT adapterOliver Wolff2017-11-031-1/+6
| | | * winrt: Reflect unsupported state of peripheral role of lowenergycontrollerOliver Wolff2017-11-031-0/+24
| | * | Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-032-4/+4
| | * | CoreBluetooth - fix compilation errorsTimur Pocheptsov2017-11-023-0/+15
| | * | Remove qlowenergycontroller_p.cpp from macOS buildAlex Blasche2017-10-301-1/+0
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-309-9/+57
| | |\|
| | | * winrt: Fix build using -no-pchOliver Wolff2017-10-255-0/+14
| | | * Fix outdated BSD license headerKai Koehne2017-10-172-6/+26
| | | * Fix crash due to inconsistent state in QLEController during JobDisconnectDeviceAlex Blasche2017-10-172-3/+17
* | | | Add warning to private header qwinlowenergybluetooth_p.hLubomir I. Ivanov2017-11-221-0/+11
* | | | Merge remote-tracking branch 'gerrit/dev' into winAlex Blasche2017-11-1571-1095/+2433
|\| | |
| * | | Convert most old-style QObject::connect() to pointer syntaxAlex Blasche2017-11-132-16/+18
| * | | Use QStringLiteral where needed to avoid QString allocationsAlex Blasche2017-11-061-1/+1
| * | | Merge all QLEConrollerPrivate::addServiceHelper() implementationAlex Blasche2017-11-0311-180/+60
| * | | Consolidate the QLEControllerPrivate instanciationsAlex Blasche2017-11-031-49/+23
| * | | Reorder the qlowenergycontroller_p.h includesAlex Blasche2017-11-035-35/+24
| * | | Various cleanups following the recent QLEControllerPrivate header splitsAlex Blasche2017-11-036-45/+5
| * | | Unify meta type registration for QLEDescriptor and QLECharacteristicAlex Blasche2017-11-034-4/+5
| * | | Provide UWP specific header for QLEControllerPrivateAlex Blasche2017-11-038-60/+210
| * | | Provide own header for QLEControllerPrivate on AndroidAlex Blasche2017-11-038-85/+236
| * | | Provide own header for QLowEnergyControllerPrivate instance on BluezAlex Blasche2017-11-0312-379/+636
| * | | Rename various QLEControllerPrivate classesAlex Blasche2017-11-0317-214/+214
| * | | Move common helper function from QLECPrivate to QLECPrivateBaseAlex Blasche2017-11-036-136/+128