summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BlueZ: Fix leaking client socket when running QLEController Peripheral modeAlex Blasche2019-05-082-0/+11
* Bluetooth: Compare the server channel when checking for duplicatesAndy Shaw2019-05-101-1/+2
* Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-0/+42
|\
| * Add changes file for Qt 5.12.3v5.12.3Alex Blasche2019-04-031-0/+42
* | CoreBluetooth: add a missing -peripheral:didModifyServices: methodTimur Pocheptsov2019-04-164-0/+43
* | winrt: Fix reading of descriptor valuesOliver Wolff2019-04-151-8/+12
* | Don't create QBluetoothServiceInfo when uuid is nullAlex Blasche2019-04-121-1/+4
* | Android: Don't filter SPP uuidAlex Blasche2019-04-121-11/+12
* | Streamline QBluetoothServiceDiscoveryAgentPrivate::populateDiscoveredServicesAlex Blasche2019-04-101-32/+33
* | Android: Increase chance of establishing serial connection w/o SPP uuidAlex Blasche2019-04-102-3/+32
* | Fix clang-cl errors about narrowing conversionsKai Koehne2019-04-081-1/+1
* | Use QAndroidJniExceptionCleaner instead of QAndroidJniEnvironmentBogDan Vatra2019-04-051-11/+4
* | Fix possible leakBogDan Vatra2019-04-051-2/+1
* | Check the reverted UUID when filteringBogDan Vatra2019-04-053-25/+33
* | Enable bttestui to test QBluetoothSocket::bytesWritten() signalAlex Blasche2019-04-011-0/+6
|/
* Convert bttestui to Qt5 style connect() syntaxAlex Blasche2019-03-251-45/+45
* Ensure DBus based QBluetoothSocket emits bytesWritten() signalAlex Blasche2019-03-251-0/+2
* Update SensorTag documentation URLAlex Blasche2019-03-251-2/+3
* qlowenergycontroller_android_p.h: Remove unrelated preprocessor blocksOliver Wolff2019-03-251-16/+0
* Bump versionKari Oikarinen2019-03-211-1/+1
* Address compile error on gcc 4.8Alex Blasche2019-03-193-6/+12
* LE/Android: add consistency check in method called from Qt APIKonstantin Ritt2019-03-191-0/+3
* Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-151-0/+61
|\
| * Add changes file for Qt 5.12.2v5.12.2Alex Blasche2019-02-251-0/+61
* | Bluez-DBus: Fix crash at calling disconnect while not connectedChristian Wassmuth2019-03-051-0/+3
|/
* Ensure signed int are written in base 10 notationAlex Blasche2019-02-151-3/+3
* Cleanup QBluetoothServiceInfo xml stream writer on BluezAlex Blasche2019-02-151-11/+3
* Ensure SDP records can be byte arrays/hex encodedAlex Blasche2019-02-155-33/+105
* Fix unit test failure on AndroidAlex Blasche2019-02-081-11/+31
* Add Android exclamation to QBluetoothServiceDiscoveryAgent ctor docsAlex Blasche2019-02-081-0/+5
* Fix potential bug in osxbtcentralmanagerTimur Pocheptsov2019-02-081-1/+3
* Bluetooth LE scan - fix a crash (CoreBluetooth)Timur Pocheptsov2019-02-071-30/+57
* Doc: Fix link error to \macosNico Vertriest2019-02-071-1/+1
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-02-013-0/+9928
|\
| * Add changes file for Qt 5.12.1v5.12.1Alex Blasche2019-01-171-0/+56
| * Merge 5.12 into 5.12.1Kari Oikarinen2019-01-0829-232/+314
| |\
| * | Add binary compatibility files for Qt 5.12 for QtConnectivityMilla Pohjanheimo2018-12-182-0/+9872
* | | LE/Android: fix crash when destroying DiscoveryAgent during scanKonstantin Marchenko2019-01-252-0/+6
* | | LE/Android: trivial typo fixesKonstantin Ritt2019-01-251-2/+2
* | | Check for system feature PackageManager.FEATURE_NFCAndré Klitzing2019-01-141-2/+7
* | | Bump versionKari Oikarinen2019-01-141-1/+1
* | | Fix a few clazy warningsAlex Blasche2019-01-112-16/+16
* | | 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
| |/ |/|
* | Bump versionKari Oikarinen2019-01-071-1/+1
* | Add missing dbus registrations and change documentationAlex Blasche2019-01-042-2/+9
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-12-230-0/+0
|\ \
| * | Bump version5.11Kari Oikarinen2018-12-121-1/+1
* | | CoreBluetooth - fix warnings ('-Wobjc-interface-ivars')Timur Pocheptsov2018-12-1820-98/+97
* | | Fix broken timeout handling in osxbtcentral managerTimur Pocheptsov2018-12-185-101/+136