Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
examples.qdoc
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \ingroup all-examples
6 \page bluetooth-examples.html
7 \title Qt Bluetooth Examples
8 \brief Examples for the Qt Bluetooth module.
9
10 This is a variety of examples that cover the entire range of the Qt
11 Bluetooth API. You will find them in their own documentation but they are also
12 accessible from here.
13
14 \section2 C++ Tutorial
15 The \l{btchat}{Bluetooth Chat} example contains a tutorial on how to use the
16 C++ API to create a RFCOMM server and client, and exchange data between them.
17
18 \section2 C++ Examples
19 \table 80%
20 \header
21 \li Example
22 \li Description
23 \row
24 \li \l{btchat}{Bluetooth Chat}
25 \li Simple chat server and client via Bluetooth.
26 \endtable
27
28 \section2 QML Examples
29 \table 80%
30 \header
31 \li Example
32 \li Description
33 \row
34 \li \l{heartrate-game}{QML Bluetooth Low Energy Heart Rate Game}
35 \li Connect to Bluetooth Low Energy heart rate belts and receive
36 measurements such as the current pulse.
37 \row
38 \li \l{lowenergyscanner}{QML Bluetooth Low Energy Scanner}
39 \li Scan for Bluetooth Low Energy devices and show their services and characteristics.
40 \endtable
41
42*/
43