summaryrefslogtreecommitdiff
path: root/examples/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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-1369-3257/+152
* Remove unsupported Android bluetooth codepathsJuha Vuolle2022-05-122-9/+6
* Make bluetooth errors visible on pingpong example applicationJuha Vuolle2022-04-121-5/+10
* Port simple cases of count() to size()Marc Mutz2022-04-111-1/+1
* Add bluetooth example app Qt::Gui linkage on iOSJuha Vuolle2022-03-181-2/+2
* Improve examples CMakeLists.txtKai Köhne2022-02-216-53/+26
* Avoid multiple client sockets in pingpong bluetooth exampleJuha Vuolle2022-02-121-2/+6
* btscanner example: Add option to stop a running scanOliver Wolff2022-01-263-2/+20
* PingPong example: let the parent QObject do the cleanupIvan Solovev2022-01-211-2/+1
* Store the serviceinfo in pingpong exampleJuha Vuolle2022-01-211-1/+1
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-151-6/+6
* BtChat: fix crash when no adapter is foundIvan Solovev2021-11-161-2/+12
* macOS specific Info.plist file for Bluetooth ExamplesJuha Vuolle2021-11-1110-18/+101
* Fix 'width' of 'null' QML warnings in lowenergyscanner exampleJuha Vuolle2021-10-253-3/+3
* Polish the btscanner exampleFriedemann Kleint2021-10-196-120/+97
* Remove float => double truncation compilation warning on MSVCJuha Vuolle2021-09-171-7/+7
* Bluetooth (examples): update CMakeLists.txt to include Info.plistTimur Pocheptsov2021-09-104-0/+26
* Remove error messages on lowenergyscanner example app exitJuha Vuolle2021-09-092-6/+6
* QtBluetooth (examples): add Info.plist for iOSTimur Pocheptsov2021-09-092-0/+43
* CoreBluetooth: provide a description (in Info.plist) of BT usageTimur Pocheptsov2021-09-092-0/+41
* Heart-rate example: add a proper Info.plistTimur Pocheptsov2021-09-074-0/+90
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-176-6/+6
* Fix wrong image in QML pingpong example documentationAndreas Buhr2021-06-242-1/+1
* Increase timeout of lowenergyscannerAndreas Buhr2021-06-141-1/+1
* Remove AndroidExtras dependencies and port to new Qt 6 Android APIsVille Voutilainen2021-06-046-25/+4
* Make QLECharacteristic::handle() and QLEDescriptor::handle() privateAndreas Buhr2021-06-032-7/+0
* Fix binary name clash with qtscxml exampleAlex Blasche2021-04-261-7/+8
* Change QLowEnergyService::ServiceState enum to reflect future changesAndreas Buhr2021-04-083-9/+9
* rename error signals to errorOccurredAndreas Buhr2021-03-225-20/+15
* Decouple QBluetoothSocket and QAbstractSocket, introduce scoped enumsAndreas Buhr2021-03-121-2/+2
* Update screenshots in QtBluetooth Example documentationAndreas Buhr2021-03-114-0/+0
* Use scoped enum for constants in QBluetoothUuidAndreas Buhr2021-03-115-17/+17
* Pingpong example: update documentationAndreas Buhr2021-03-111-5/+5
* Pingpong example: Add convex paddles and speedupAndreas Buhr2021-03-051-2/+50
* Pingpong example: Restart game at endAndreas Buhr2021-03-051-8/+11
* Pingpong example: Gamelogic works on unit squareAndreas Buhr2021-03-053-138/+66
* Pingpong example: User 600x600 window by default, fullscreen on mobileAndreas Buhr2021-03-032-4/+4
* Pingpong example: enlarge MouseArea for paddlesAndreas Buhr2021-03-031-2/+6
* Pingpong example: use square area for playingAndreas Buhr2021-03-031-73/+82
* Pingpong example: nicer ball visualizationAndreas Buhr2021-03-031-9/+3
* Pingpong example: move properties and event handlersAndreas Buhr2021-03-031-37/+37
* Pingpong example: make paddle shape independent of scaleAndreas Buhr2021-03-031-2/+2
* Remove QML API from QtBluetoothAndreas Buhr2021-03-0125-1367/+2
* Fix clazy warningAlex Blasche2021-02-261-1/+1
* Remove QBluetoothTransferManager and friendsAndreas Buhr2021-02-2636-2399/+1
* Correct documentation of heartrate-game exampleAndreas Buhr2021-02-251-2/+3