summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_winrt_new.cpp
Commit message (Expand)AuthorAgeFilesLines
* winrt: Add service thread loggingOliver Wolff2019-06-181-1/+19
* winrt: Avoid threading issues when handling characteristic changesOliver Wolff2019-06-241-2/+6
* qlowenergycontroller_winrt_new_p.h: Use forward declarations instead of inclu...Oliver Wolff2019-04-251-0/+1
* winrt: Try "connectToDevice" indefinitelyOliver Wolff2019-05-131-103/+164
* qlowenergycontroller_winrt_new: Avoid late callbacks that lead to crashesOliver Wolff2019-04-251-82/+92
* qlowenergycontroller_winrt_new: Add registerStatusChanges and onStatusChange ...Oliver Wolff2019-05-091-29/+50
* winrt: Move byteArrayFromBuffer into qbluetoothutils_winrtOliver Wolff2019-04-151-31/+1
* winrt: Avoid asserts in helper functionsOliver Wolff2019-04-151-8/+24
* 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-101-10/+18
* 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-101-147/+253
* winrt: More corrections for handling device disconnectionsOliver Wolff2019-03-281-2/+5
* winrt: Fix deprecation warningOliver Wolff2019-03-251-6/+5
* winrt: Fix notifications in Bluetooth LEOliver Wolff2019-03-191-5/+5
* winrt: Handle device disconnection properlyOliver Wolff2019-03-191-7/+20
* winrt: Limit QLowEnergyCharacteristic::PropertyTypes assignment to valid valuesOliver Wolff2018-10-081-1/+1
* Don't require pairing when connecting to BLE on WinRTLauri Laanmets2018-10-081-0/+1307