summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unify logging preparation across bluetooth examplesAndreas Buhr2021-02-257-7/+9
* Bring btchat example documentation in line with implementationAndreas Buhr2021-02-241-1/+1
* Fix Android build of heartrate-serverAndreas Buhr2021-02-231-0/+3
* Fix deprecation warnings in lowenergyscanner exampleAndreas Buhr2021-02-232-4/+4
* Fix warning about deprecated parameter injectionAndreas Buhr2021-02-221-2/+2
* Fix error in qml_scanner visualizationAndreas Buhr2021-02-221-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
* QtBluetooth examples: make server device discoverableAndreas Buhr2021-02-222-2/+8
* Beautify btchat output: Remove double newlineAndreas Buhr2021-02-171-1/+1
* Fix btchat standalone build: find AndroidExtras before linking itAndreas Buhr2021-02-152-0/+2
* Beautify btchat: Leave focus on text input on send messageAndreas Buhr2021-02-152-0/+4
* Beautify btchat example: print a newline after error messagesAndreas Buhr2021-02-151-1/+1
* Beautify btchat example: Print name of leaving clientsAndreas Buhr2021-02-152-2/+6
* Adapt btchat example for AndroidAndreas Buhr2021-02-123-1/+30
* Fix btchat standalone build: find AndroidExtras before linking itAndreas Buhr2021-02-111-0/+1
* Remove all *.pro files and all "special case" markers in CMakeLists.txtAndreas Buhr2021-01-1511-22/+0
* Fix namespace buildAndreas Buhr2020-12-211-1/+1
* Update CMake scripts in QtConnectivityAndreas Buhr2020-12-2110-0/+40
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-2010-20/+66
* Remove usage of AA_EnableHighDpiScalingAlex Blasche2020-10-159-9/+0
* Merge remote-tracking branch 'origin/wip/cmake' into devOliver Wolff2020-07-0311-0/+517
|\
| * Port qtconnectivity to cmakeOliver Wolff2019-10-2411-0/+517
* | Use QList instead of QVectorJarek Kobus2020-06-251-2/+2
* | Remove QBluetoothDeviceDiscoveryAgent::inquiryType propertyAlex Blasche2020-05-143-22/+0
* | Rename QLEService::DiscoveringServices to DiscoveringServiceAlex Blasche2020-05-143-3/+3
* | "Fix" heartrate-server on AndroidOliver Wolff2020-02-112-0/+9
|/