summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* General QML version bump in docs and qmltypesAlex Blasche2018-04-194-4/+4
* Android: Fix start/stop behavior of QLowEnergyController (peripheral)Alex Blasche2018-04-172-8/+29
* BlueZ: Ensure that QLEController::remoteName() has a valueAlex Blasche2018-04-171-2/+77
* Android: Fix QLEController's remoteName() and remoteAddress()Alex Blasche2018-04-162-0/+15
* BlueZ: Fix crash when discovering GATT service without readable itemsAlex Blasche2018-04-161-2/+6
* Fix missing includev5.11.0-beta4Alex Blasche2018-04-091-0/+1
* Add missing headers while generating DBus interfacesLisandro Damián Nicanor Pérez Meyer2018-04-091-2/+2
* Ensure that BTLE scan works if app has ACCESS_FINE_LOCATIONv5.11.0-beta3Alex Blasche2018-03-211-10/+20
* Fix compiler warningAlex Blasche2018-03-211-0/+3
* Fix shadow warningAlex Blasche2018-03-212-3/+3
* Enable new DBus LE backed for central role use casesv5.11.0-beta2Alex Blasche2018-03-082-9/+12
* Android Qt NFC manager may not startAndrew O'Doherty2018-03-061-4/+4
* Revamp Qt NFC examples: Fix qdoc WarningAndrew O'Doherty2018-03-061-1/+1
* QLowEnergyDescriptor fix spelling in docsNikita Baryshnikov2018-03-051-2/+2
* Reset mtu to default value after reconnectAlex Blasche2018-03-051-0/+1
* doc: State that QBluetoothLocalDevice is not supported on winrtOliver Wolff2018-03-011-1/+1
* Clarify Bluetooth support on Win32 when WinRT API is availableAlex Blasche2018-03-011-1/+6
* winrt: Properly close the bluetooth socketOliver Wolff2018-02-271-0/+9
* Remove not needed forward declarationv5.11.0-beta1Alex Blasche2018-02-221-1/+0
* Fix qdoc Warning QBluetoothLocalDeviceAlex Blasche2018-02-221-2/+2
* Fix typosJarek Kobus2018-02-142-2/+2
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-123-31/+51
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-023-8/+23
| |\
| | * Windows: Cancel and close the operation before deleting the SocketWorkerAndy Shaw2018-01-261-0/+4
| | * Initialize the discoveryAgent variable to 0Andy Shaw2018-01-242-0/+2
| | * winrt: Finish classic BT device discovery if no device is foundOliver Wolff2018-01-191-8/+17
| * | Windows: Do not assert due to insufficient accessAndy Shaw2018-01-251-23/+28
* | | 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-2013-25/+56
|\| |
| * | 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
| * | Update QML versions for QtBluetooth and QtNfc in step with Qt versionAlex Blasche2017-12-154-15/+11
* | | 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-2122-33/+184
|\| |
| * | 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