summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate-game
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-121-1/+1
* Bluetooth heartrate example: increase scan time and remove QML warningsJuha Vuolle2022-08-172-3/+3
* Bluetooth heartrate-game example: Use modern QML registrationFriedemann Kleint2022-08-167-5/+32
* Bluetooth heartrate-game example: Make simulation switcheable by command line...Friedemann Kleint2022-08-159-61/+74
* Bluetooth heartrate-game example: Basic polishFriedemann Kleint2022-08-1524-62/+67
* Use SPDX license identifiersLucie Gérard2022-06-1326-1251/+52
* Improve examples CMakeLists.txtKai Köhne2022-02-211-10/+5
* macOS specific Info.plist file for Bluetooth ExamplesJuha Vuolle2021-11-112-6/+13
* Bluetooth (examples): update CMakeLists.txt to include Info.plistTimur Pocheptsov2021-09-101-0/+7
* Heart-rate example: add a proper Info.plistTimur Pocheptsov2021-09-072-0/+45
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* Change QLowEnergyService::ServiceState enum to reflect future changesAndreas Buhr2021-04-081-3/+3
* rename error signals to errorOccurredAndreas Buhr2021-03-222-7/+7
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-111-5/+5
* Correct documentation of heartrate-game exampleAndreas Buhr2021-02-251-2/+3
* Unify logging preparation across bluetooth examplesAndreas Buhr2021-02-251-1/+1
* Fix error in heartrate-game exampleAndreas Buhr2021-02-221-1/+1
* Fix deprecation warning in heartrate-game exampleAndreas Buhr2021-02-221-1/+1
* Remove all *.pro files and all "special case" markers in CMakeLists.txtAndreas Buhr2021-01-151-2/+0
* Update CMake scripts in QtConnectivityAndreas Buhr2020-12-211-0/+4
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-201-2/+6
* Remove usage of AA_EnableHighDpiScalingAlex Blasche2020-10-151-1/+0
* Merge remote-tracking branch 'origin/wip/cmake' into devOliver Wolff2020-07-031-0/+79
|\
| * Port qtconnectivity to cmakeOliver Wolff2019-10-241-0/+79
* | Use QList instead of QVectorJarek Kobus2020-06-251-2/+2
* | Rename QLEService::DiscoveringServices to DiscoveringServiceAlex Blasche2020-05-141-1/+1
|/
* Update Bluetooth examples for high-DPI displays and nullptrAndre de la Rocha2019-06-061-0/+1
* Fix a few clazy/clang warnings in HeartRate Game exampleAlex Blasche2018-09-058-29/+29
* Remove direct usage of QLowEnergyController::ctorAlex Blasche2018-08-211-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-181-1/+2
|\
| * QtBluetooth: Fix heartrate-game for QT_PLATFORM_UIKITTimur Pocheptsov2018-01-041-1/+2
* | Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-031-3/+3
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-3025-50/+300
|\|
| * Fix outdated BSD license headerKai Koehne2017-10-1725-50/+300
* | Merge remote-tracking branch 'gerrit/5.9' into 5.10v5.10.0-beta3Alex Blasche2017-10-171-4/+4
|\|
| * Fix outdated FDL license headerKai Koehne2017-10-161-4/+4
* | Use QRandomGenerator instead of q?randThiago Macieira2017-06-301-3/+4
|/
* Fix failing heart-rate example on macOSv5.9.0-beta2Milla Pohjanheimo2017-04-131-1/+1
* Use heartrate-game example for snippets in BTLE overviewAlex Blasche2017-04-072-0/+21
* Update heartrate-game against latest heartlistener exampleAlex Blasche2017-04-062-3/+5
* Remove not needed includes from heartrate-gameAlex Blasche2017-04-052-3/+0
* Permit BlueZ platforms to set the address type in heartrate-gameAlex Blasche2017-04-057-2/+84
* Add documentation for the HeartRate game exampleAlex Blasche2017-04-045-0/+86
* Add means to enable simulator build with one easy defineAlex Blasche2017-04-048-15/+71
* Add new heartrate exampleAlex Blasche2017-04-0332-0/+2601