summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/src/examples.qdoc
blob: 46425cf6344eedcae92be1432fec4ec61372f655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \page bluetooth-examples.html
    \title Qt Bluetooth Examples
    \brief Examples for the Qt Bluetooth module.

    This is a variety of examples that cover the entire range of the Qt
    Bluetooth API. You will find them in their own documentation but they are also
    accessible from here.

    \section2 C++ Tutorial
    The \l{btchat}{Bluetooth Chat} example contains a tutorial on how to use the
    C++ API to create a RFCOMM server and client, and exchange data between them.

    \section2 C++ Examples
    \table 80%
        \header
            \li Example
            \li Description
        \row
            \li \l{btchat}{Bluetooth Chat}
            \li Simple chat server and client via Bluetooth.
    \endtable

    \section2 QML Examples
    \table 80%
        \header
            \li Example
            \li Description
        \row
            \li \l{heartrate-game}{QML Bluetooth Low Energy Heart Rate Game}
            \li Connect to Bluetooth Low Energy heart rate belts and receive
            measurements such as the current pulse.
        \row
            \li \l{lowenergyscanner}{QML Bluetooth Low Energy Scanner}
            \li Scan for Bluetooth Low Energy devices and show their services and characteristics.
    \endtable

*/