Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 \page bluetooth-examples.html
6 \title Qt Bluetooth Examples
7 \brief Examples for the Qt Bluetooth module.
8
9 This is a variety of examples that cover the entire range of the Qt
10 Bluetooth API. You will find them in their own documentation but they are also
11 accessible from here.
12
13 \section2 C++ Tutorial
14 The \l{btchat}{Bluetooth Chat} example contains a tutorial on how to use the
15 C++ API to create a RFCOMM server and client, and exchange data between them.
16
17 \section2 C++ Examples
18 \table 80%
19 \header
20 \li Example
21 \li Description
22 \row
23 \li \l{btchat}{Bluetooth Chat}
24 \li Simple chat server and client via Bluetooth.
25 \endtable
26
27 \section2 QML Examples
28 \table 80%
29 \header
30 \li Example
31 \li Description
32 \row
33 \li \l{heartrate-game}{QML Bluetooth Low Energy Heart Rate Game}
34 \li Connect to Bluetooth Low Energy heart rate belts and receive
35 measurements such as the current pulse.
36 \row
37 \li \l{lowenergyscanner}{QML Bluetooth Low Energy Scanner}
38 \li Scan for Bluetooth Low Energy devices and show their services and characteristics.
39 \endtable
40
41*/
42