summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_winrt.cpp
Commit message (Expand)AuthorAgeFilesLines
* winrt: Fix reading of descriptor valuesOliver Wolff2019-04-151-8/+12
* Don't report S_OK as error when calling GetAddressOf()v5.12.0-beta1Alex Blasche2018-09-281-1/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-081-1/+5
|\
| * winrt: Do proper error handling if connecting to a LE device failsOliver Wolff2018-08-311-1/+5
* | Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-151-3/+3
* | winrt: Only emit characteristicWritten if WriteWithResponse was setOliver Wolff2018-07-181-2/+3
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-3/+20
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-181-3/+20
| |\
| | * 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
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-211-0/+25
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-0/+24
| |\|
| | * winrt: Reflect unsupported state of peripheral role of lowenergycontrollerOliver Wolff2017-11-031-0/+24
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-0/+1
| |\|
| | * winrt: Fix build using -no-pchOliver Wolff2017-10-251-0/+1
* | | Merge all QLEConrollerPrivate::addServiceHelper() implementationAlex Blasche2017-11-031-50/+0
* | | Unify meta type registration for QLEDescriptor and QLECharacteristicAlex Blasche2017-11-031-2/+1
* | | Provide UWP specific header for QLEControllerPrivateAlex Blasche2017-11-031-22/+22
* | | Provide own header for QLowEnergyControllerPrivate instance on BluezAlex Blasche2017-11-031-0/+53
* | | Rename various QLEControllerPrivate classesAlex Blasche2017-11-031-21/+21
* | | Introduce Base class for QLowEnergyControllerPrivateAlex Blasche2017-11-031-3/+1
|/ /
* | Add configure test to detect presence of winrt APIOliver Wolff2017-08-301-0/+3
* | winrt: Ensure that QLowEnergyController::RemoteHostClosedError is emittedOliver Wolff2017-08-021-0/+5
|/
* 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