summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't report S_OK as error when calling GetAddressOf()v5.12.0-beta1Alex Blasche2018-09-281-1/+1
* Fix qtconnectivity buildAlex Blasche2018-09-281-1/+2
* Doc: Use a macro to resolve QML import versionsTopi Reinio2018-09-284-8/+10
* winrt: Avoid crash on device discovery when device has to be pairedOliver Wolff2018-09-271-2/+6
* Don't build when there is no Qt NetworkEskil Abrahamsen Blomfeldt2018-09-271-1/+2
* Add limited PinCode pairing support to bttestui appAlex Blasche2018-09-262-2/+9
* 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
* Catch SecurityException during pairing on AndroidAlex Blasche2018-09-262-1/+16
* Update plugins.qmltypesKai Koehne2018-09-192-4/+4
* Fix various qdoc warnings in QtBluetoothAlex Blasche2018-09-183-7/+7
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-151-0/+58
|\
| * Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-091-0/+58
| |\
| | * Add changelog for 5.11.2 releasev5.11.2Alex Blasche2018-08-311-0/+58
* | | Fix wrong logging messageAlex Blasche2018-09-141-1/+1
* | | Remove duplicated closure code and add missing cases of itAlex Blasche2018-09-142-33/+24
* | | Implement handling of BTLE Battery servicesAlex Blasche2018-09-147-16/+299
* | | Remove dead/unused member variablev5.12.0-alpha1Alex Blasche2018-09-112-4/+1
* | | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-081-1/+5
|\| |
| * | winrt: Do proper error handling if connecting to a LE device failsOliver Wolff2018-08-311-1/+5
| |/
* | Doc: Remove empty section in Qt NFC example overview pagePaul Wicking2018-09-071-2/+0
* | Fix a few clazy/clang warnings in HeartRate Game exampleAlex Blasche2018-09-058-29/+29
* | Fix QNearFieldManager related override warningsAlex Blasche2018-09-035-27/+29
* | Fix bluez config test failure on clangAlex Blasche2018-08-311-5/+4
* | Fix failing restart of HeartRateServer exampleAlex Blasche2018-08-311-4/+7
* | Ensure that local services have state LocalServiceAlex Blasche2018-08-302-4/+6
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-301-2/+6
|\|
| * Provide more informative error messages in the BLE Scanner exampleShawn Rutledge2018-08-211-2/+6
* | Fix LEController peripheral mode on BlueZAlex Blasche2018-08-301-1/+5
* | Normalize QObject::connect() statementsAlex Blasche2018-08-299-104/+111
* | qRegisterMetaType for QBluetoothServiceInfoAlex Blasche2018-08-282-1/+1
* | Code cleanup: Use nullptr wherever possibleAlex Blasche2018-08-2450-196/+171
* | Cleanup lowenergyscanner example with clang tidy and clazy helpAlex Blasche2018-08-249-45/+37
* | Add QBluetoothDeviceDiscoveryAgent::deviceUpdated signalAlex Blasche2018-08-236-10/+93
* | Spell QBluetoothDeviceInfo::manufacturerIds correctlyShawn Rutledge2018-08-212-2/+2
* | Remove direct usage of QLowEnergyController::ctorAlex Blasche2018-08-215-5/+5
* | Add Qt 6 API todoAlex Blasche2018-08-211-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-181-4/+10
|\|
| * Android: Fix QBluetoothServiceDiscoveryAgent::uuidFilter() behaviorAlex Blasche2018-08-151-4/+10
* | Add manufacturer data to QBluetoothDeviceInfoAlex Blasche2018-08-176-7/+108
* | Suppress "We mean it" header warning as profilemanager1_p.h is generatedAlex Blasche2018-08-161-1/+1
* | Enable new QBluetoothSocket backend for dbus sockets on Bluez 5.46+Alex Blasche2018-08-161-20/+22
* | Ensure that QBluetoothServer works with new DBus based socketsAlex Blasche2018-08-164-12/+46
* | winrt: Properly handle sequences in SDP registrationOliver Wolff2018-08-161-12/+25
* | winrt: Properly handle strings in SDP registrationOliver Wolff2018-08-161-11/+40
* | winrt: Add helper functionality for more complex sdp typesOliver Wolff2018-08-161-1/+44
* | Clean up btchat exampleOliver Wolff2018-08-169-70/+90
* | winrt: Add missing error handling in connectToServiceHelperOliver Wolff2018-08-161-1/+2
* | QBluetoothSocket: Move (dis-)connected logic into setSocketStateOliver Wolff2018-08-165-20/+16