summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Document BlueZ dependencyKai Koehne2016-11-162-0/+14
* | | Update general QtBluetooth module introductionAlex Blasche2016-11-162-7/+48
* | | LE peripheral manager - warn about value length limit (iOS)Timur Pocheptsov2016-11-154-2/+34
* | | winrt: Keep device statics as worker membersOliver Wolff2016-11-151-27/+21
* | | winrt: Fixed discovery of unpaired BTLE devicesOliver Wolff2016-11-151-88/+196
* | | LE peripheral - fix a characteristic's lengthTimur Pocheptsov2016-11-111-7/+10
* | | Emit descriptorWritten for notification/indication enabled/disabledTimur Pocheptsov2016-11-094-2/+61
* | | LE device scan - use advertisement data (iOS/macOS)Timur Pocheptsov2016-11-082-12/+50
* | | OSXBTPeripheralManager - fix characteristic writeTimur Pocheptsov2016-11-072-17/+80
* | | CoreBluetooth - fix compilation warningsTimur Pocheptsov2016-11-041-0/+9
* | | LE peripheral: fix a crash with unrecognized selector (iOS/macOS)Timur Pocheptsov2016-11-044-8/+23
* | | Convert qtconnectivity to the new configure systemLars Knoll2016-11-0111-34/+91
* | | winrt: Do not emit a LE status change if an error/timeout happenedOliver Wolff2016-11-011-2/+4
* | | winrt: Avoid unnecessary asserts in LowEnergyControllerOliver Wolff2016-11-011-1/+3
* | | winrt: BTLE: Handle characteristic changesOliver Wolff2016-11-012-17/+99
* | | Document Qt Bluetooth licenseKai Koehne2016-11-011-0/+13
* | | Merge remote-tracking branch 'gerrit/5.7' into 5.8v5.8.0-beta1Alex Blasche2016-10-1232-117/+104
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-0530-114/+65
| |\|
| | * CoreBluetooth - fix broken builds (macOS, iOS, tvOS, watchOS)Timur Pocheptsov2016-10-0428-126/+61
| | * Fix misleading error message in QBluetoothSocket Dummy implementationAlex Blasche2016-10-041-1/+1
| | * Fixed build with MaxOSX10.12 SDKSamuel Gaist2016-10-033-0/+16
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-012-0/+34
| |\|
| | * Handle iOS 10 deprecated data structuresMike Krus2016-09-282-0/+34
* | | winrt: Added default bluetooth device capabilities for Windows 10Oliver Wolff2016-10-071-0/+6
* | | winrt: Enable BTLE support for Windows 10 (Mobile)Oliver Wolff2016-10-073-236/+299
* | | winrt: Added missing error handling to device discovery and low energyOliver Wolff2016-10-042-20/+44
* | | Check Location permissions before running LE scan on AndroidAlex Blasche2016-09-211-0/+26
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-1924-73/+18022
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-1614-42/+8924
| |\|
| | * Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-161-0/+73
| | |\
| | | * Add changes file for 5.6.2v5.6.2Alex Blasche2016-09-121-0/+73
| | * | BC data files for QtConnectivity for Qt 5.6Milla Pohjanheimo2016-09-052-0/+8421
| | |/
| | * QBluetoothSocket::connectToService - check a socket type firstTimur Pocheptsov2016-08-263-4/+98
| | * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-167-22/+22
| | * Android: Avoid newDevice signal spamming in QBluetoothDeviceDiscoveryAgentAlex Blasche2016-08-011-5/+12
| | * Android: Device discovery doesn't provide major & minor device class infoAlex Blasche2016-08-011-11/+298
| * | BC data files added for QtConnectivity (5.7)Milla Pohjanheimo2016-09-152-0/+9020
| * | Fix NFC corkboard example on AndroidAlex Blasche2016-08-311-7/+32
| * | Prepare QtNfc for Android Service supportAlex Blasche2016-08-312-3/+11
| * | Make QtBluetooth Low Energy work when Qt runs as Android serviceAlex Blasche2016-08-032-7/+7
| * | Make Classic QtBluetooth work as an Android serviceAlex Blasche2016-08-033-14/+28
* | | Fix loading of QML pluginsv5.8.0-alpha1Simon Hausmann2016-08-262-2/+2
* | | winrt: Remove comment that no longer appliesOliver Wolff2016-08-091-4/+0
* | | winrt: Filter devices found by the LE device watcherOliver Wolff2016-08-092-3/+14
* | | winrt: Connect LE timeout to correct discovery workerOliver Wolff2016-08-091-2/+6
* | | winrt: Add mean to choose bluetooth discovery modeOliver Wolff2016-08-091-20/+26
* | | winrt: Stop LE scan timer when stopping device discoveryOliver Wolff2016-08-091-0/+2
* | | winrt: Start device watcherOliver Wolff2016-08-091-0/+2
* | | winrt: Add missing error handling for device discoveryOliver Wolff2016-08-091-3/+8
* | | winrt: Implement LE device discovery timeoutOliver Wolff2016-08-043-5/+87