summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Enable the use of the Win32 Bluetooth backendAndre de la Rocha2019-08-0522-297/+497
* win32-bt: fix warnings related to comparisons and initializersLubomir I. Ivanov2019-02-133-14/+14
* Merge remote-tracking branch 'gerrit/dev' into wip/winAlex Blasche2019-02-1138-257/+369
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-022-0/+6
| |\
| | * LE/Android: fix crash when destroying DiscoveryAgent during scanKonstantin Marchenko2019-01-252-0/+6
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-102-2/+18
| |\|
| | * Ensure custom uuids are returned by QBluetoothServiceInfo::serviceUuid()Alex Blasche2019-01-091-1/+17
| | * Don't reverse uuids which are derived from Bluetooth's base uuidAlex Blasche2019-01-081-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-052-2/+9
| |\|
| | * Add missing dbus registrations and change documentationAlex Blasche2019-01-042-2/+9
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-2525-228/+303
| |\|
| | * CoreBluetooth - fix warnings ('-Wobjc-interface-ivars')Timur Pocheptsov2018-12-1820-98/+97
| | * Fix broken timeout handling in osxbtcentral managerTimur Pocheptsov2018-12-185-101/+136
| | * GCD timer - refactor and fix warningsTimur Pocheptsov2018-12-175-29/+70
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-041-1/+0
| |\|
| | * Fix compilation with gcc 4.8Ville Voutilainen2018-12-031-1/+0
| * | Compile-fix (g++ 8): move #include of mocs outside namespaceEdward Welbourne2018-11-307-13/+14
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-241-11/+19
| |\|
| | * Android: Emit deviceDiscovered before deviceUpdatedAndrew Dolby2018-11-211-11/+19
* | | Merge remote-tracking branch 'gerrit/dev' into win32Alex Blasche2018-11-22115-788/+4293
|\| |
| * | Emit QBluetoothDeviceDiscoveryAgent::deviceUpdated on Apple platformsAndrew Dolby2018-11-193-9/+77
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-175-27/+18
| |\|
| | * winrt: Small code cleanupOliver Wolff2018-11-161-2/+1
| | * winrt: Clarify situation of ServiceClassIds and ProtocolDescriptorListOliver Wolff2018-11-161-0/+4
| | * winrt: Document necessity of pairing devices before discoveryOliver Wolff2018-11-161-0/+3
| | * qbluetoothlocaldevice_p.cpp: Make sure d_ptr is initializedOliver Wolff2018-11-152-25/+10
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-038-26/+44
| |\|
| | * Ensure QObject context is retained to avoid crashesv5.12.0-beta4Alex Blasche2018-10-315-17/+20
| | * Fix regression not updating the device info during BTLE discoveryAlex Blasche2018-10-311-1/+1
| | * Improve QBluetoothDeviceDiscoveryAgent::deviceDiscovered() docsv5.12.0-beta3Alex Blasche2018-10-191-4/+5
| | * QBluetoothUuid: add QDataStream operator<<,>>Thiago Macieira2018-10-191-0/+12
| | * Fix SDP BrowseGroupList entryAlex Blasche2018-10-162-4/+6
| * | Merge remote-tracking branch 'gerrit/5.12' into devAlex Blasche2018-10-165-27/+123
| |\|
| | * Fix the BluetoothProfileDescriptorStructureAlex Blasche2018-10-153-8/+27
| | * SDP records: handle ServiceID and ServiceClassIDList correctly (IOBluetooth)v5.12.0-beta2Timur Pocheptsov2018-10-112-6/+88
| | * Fix QObject::connect warnings due to removed Q_PRIVATE_SLOT instancesAlex Blasche2018-10-091-13/+8
| * | Replace QBluetoothDeviceInfo::LANAccessDevice with NetworkDeviceAlex Blasche2018-10-092-2/+8
| * | Deprecate QBluetoothDeviceInfo::DataCompleteness with Qt 6 in mindAlex Blasche2018-10-099-25/+68
| * | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-092-3/+7
| |\|
| | * Permit adjusting of advertisement dataAlex Blasche2018-10-082-3/+7
| * | winrt: Limit QLowEnergyCharacteristic::PropertyTypes assignment to valid valuesOliver Wolff2018-10-082-2/+2
| * | winrt: Remove superfluous .Get() callOliver Wolff2018-10-081-1/+1
| * | winrt: Protect from late callbacks which might cause crashesOliver Wolff2018-10-081-8/+25
| * | Don't require pairing when connecting to BLE on WinRTLauri Laanmets2018-10-0810-8/+1777
| |/
| * Don't report S_OK as error when calling GetAddressOf()v5.12.0-beta1Alex Blasche2018-09-281-1/+1
| * Doc: Use a macro to resolve QML import versionsTopi Reinio2018-09-282-4/+5
| * winrt: Avoid crash on device discovery when device has to be pairedOliver Wolff2018-09-271-2/+6
| * Minor code cleanup for QBluetoothLocalDevice implementation on AndroidAlex Blasche2018-09-262-16/+12
| * Don't trigger passkey pairing notification if remote device is unknownAlex Blasche2018-09-261-0/+3
| * Properly handle pin code pairing on AndroidAlex Blasche2018-09-264-0/+54