summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qlowenergycontroller_winrt_new: Avoid late callbacks that lead to crashesOliver Wolff2019-04-252-83/+97
* qlowenergycontroller_winrt_new: Add registerStatusChanges and onStatusChange ...Oliver Wolff2019-05-092-29/+52
* winrt: Add QBluetoothLocalDevice::pairingStatusOliver Wolff2019-06-182-3/+95
* Create qbluetoothlocaldevice_winrtOliver Wolff2019-06-184-15/+143
* winrt: Make sure that ProtocolDescriptorList is always set for servicesOliver Wolff2019-05-271-0/+11
* qbluetoothsocket_winrt: Use recommended service connection approach if possibleOliver Wolff2019-05-274-17/+80
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-262-0/+11
|\
| * BlueZ: Fix leaking client socket when running QLEController Peripheral modeAlex Blasche2019-05-082-0/+11
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-111-1/+2
|\|
| * Bluetooth: Compare the server channel when checking for duplicatesAndy Shaw2019-05-101-1/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-205-8/+55
|\|
| * CoreBluetooth: add a missing -peripheral:didModifyServices: methodTimur Pocheptsov2019-04-164-0/+43
| * winrt: Fix reading of descriptor valuesOliver Wolff2019-04-151-8/+12
* | winrt: Remove unused functionv5.13.0-beta3Oliver Wolff2019-04-151-28/+0
* | winrt: Move byteArrayFromBuffer into qbluetoothutils_winrtOliver Wolff2019-04-156-82/+43
* | winrt: Avoid asserts in helper functionsOliver Wolff2019-04-151-8/+24
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-134-44/+78
|\|
| * 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
* | Update plugins.qmltypes for Qt 5.13Kai Koehne2019-04-122-4/+4
* | winrt: Avoid asserts in discoverServiceDetailsOliver Wolff2019-04-101-15/+26
* | winrt: Avoid asserts in writeCharacteristicOliver Wolff2019-04-101-9/+18
* | winrt: Avoid asserts in readCharacteristicOliver Wolff2019-04-101-8/+8
* | winrt: Avoid asserts in writeDescriptorOliver Wolff2019-04-101-24/+59
* | winrt: Avoid asserts in readDescriptorOliver Wolff2019-04-101-25/+71
* | winrt: Avoid deprecated functions and asserts in discoverServicesOliver Wolff2019-04-101-10/+27
* | winrt: Avoid deprecated functions and asserts in obtainIncludedServicesOliver Wolff2019-04-101-9/+20
* | winrt: Avoid asserts in getNativeCharacteristicOliver Wolff2019-04-101-2/+23
* | winrt: unregister status change callbacks on disconnectOliver Wolff2019-04-102-10/+20
* | winrt: Avoid asserts in connectToDeviceOliver Wolff2019-04-101-102/+106
* | winrt: Do not assert/crash in registerforValueChanges/unregisterFromValueChangesOliver Wolff2019-04-101-1/+13
* | winrt: Proper error handling in obtainCharListOliver Wolff2019-04-102-147/+254
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-065-38/+38
|\|
| * 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
* | winrt: More corrections for handling device disconnectionsOliver Wolff2019-03-282-4/+10
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-276-22/+17
|\|
| * Ensure DBus based QBluetoothSocket emits bytesWritten() signalAlex Blasche2019-03-251-0/+2
| * qlowenergycontroller_android_p.h: Remove unrelated preprocessor blocksOliver Wolff2019-03-251-16/+0
| * 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
* | Remove winrt TODOs about manufacturer dataOliver Wolff2019-03-252-3/+0
* | winrt: Fix deprecation warningOliver Wolff2019-03-251-6/+5
* | winrt: Fix notifications in Bluetooth LEOliver Wolff2019-03-191-5/+5
* | winrt: Stop LE device watcher when discovery is finishedOliver Wolff2019-03-191-4/+5
* | winrt: Handle device disconnection properlyOliver Wolff2019-03-194-14/+42