summaryrefslogtreecommitdiffstats
path: root/src/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Fix clang-cl errors about narrowing conversionsKai Koehne2019-04-081-1/+1
| | * | 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.13' into devQt Forward Merge Bot2019-04-095-38/+38
| |\| |
| | * | 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
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-024-20/+12
| |\| |
| | * | 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-272-16/+2
| | |\|
| | | * 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
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-269-51/+225
| |\| |
| | * | 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
| | * | winrt: Use correct worker signal slot disconnectionOliver Wolff2019-03-191-4/+3
| | * | winrt: Implement manufacturer dataOliver Wolff2019-03-193-24/+117
| | * | winrt: Implement rssiOliver Wolff2019-03-192-11/+67
| | * | Fix warning about initialized but not referenced variableOliver Wolff2019-03-191-1/+2
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-121-0/+3
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta1Qt Forward Merge Bot2019-03-091-0/+3
| | |\|
| | | * Bluez-DBus: Fix crash at calling disconnect while not connectedChristian Wassmuth2019-03-051-0/+3
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-194-47/+66
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-164-47/+66
| | |\|
| | | * 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-154-33/+60
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-125-43/+97
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-095-43/+97
| | |\|
| | | * 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
| * | | Add QLowEnergyController::createCentral() with localDevice overloadAlex Blasche2019-02-113-4/+34
| |/ /
* | | Enable the use of the Win32 Bluetooth backendAndre de la Rocha2019-08-0522-297/+497