summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_winrt.cpp
Commit message (Expand)AuthorAgeFilesLines
* winrt: Do not crash when trying to an unreachable paired LE deviceOliver Wolff2017-12-121-1/+11
* winrt: Early return instead of assert is case of errorMaurice Kalinowski2017-11-161-2/+9
* winrt: Reflect unsupported state of peripheral role of lowenergycontrollerOliver Wolff2017-11-031-0/+24
* winrt: Fix build using -no-pchOliver Wolff2017-10-251-0/+1
* winrt: qRegisterMetaType for QLowEnergyCharacteristic/QLowEnergyDescriptorOliver Wolff2016-12-071-0/+3
* winrt: Do not emit a LE status change if an error/timeout happenedOliver Wolff2016-11-011-2/+4
* winrt: Avoid unnecessary asserts in LowEnergyControllerOliver Wolff2016-11-011-1/+3
* winrt: BTLE: Handle characteristic changesOliver Wolff2016-11-011-3/+80
* winrt: Added missing error handling to device discovery and low energyOliver Wolff2016-10-041-3/+10
* Proper state and warning on access denied errorOliver Wolff2016-07-281-0/+5
* Register connectionStatus callback in Xaml threadOliver Wolff2016-07-261-12/+16
* WinRT: getNativeService/getNativeCharacteristic helper functionsOliver Wolff2016-07-261-53/+66
* winrt: Proper handling of ClientCharacteristicConfigurationOliver Wolff2016-07-261-91/+229
* WinRT: use constrefs for ComPtr parameters where applicableOliver Wolff2016-07-191-4/+4
* WinRT: BTLE: Write descriptorsOliver Wolff2016-06-161-5/+89
* WinRT: BTLE: Write characteristicsOliver Wolff2016-06-161-6/+83
* WinRT: BTLE: Read descriptorsOliver Wolff2016-06-161-4/+70
* WinRT: BTLE: Read characteristicsOliver Wolff2016-06-161-3/+57
* WinRT: Use ComPtr for native typesOliver Wolff2016-05-311-1/+1
* WinRT: BTLE: Discover service detailsOliver Wolff2016-05-311-2/+237
* WinRT: BTLE: Discover list of available servicesOliver Wolff2016-05-311-1/+80
* winrt: BTLE: Device (dis-)connectionOliver Wolff2016-05-261-0/+257