1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
6 \page bluetooth-examples.html
7 \title Qt Bluetooth Examples
8 \brief Examples for the Qt Bluetooth module.
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
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.
18 \section2 C++ Examples
24 \li \l{btchat}{Bluetooth Chat}
25 \li Simple chat server and client via Bluetooth.
28 \section2 QML Examples
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.
38 \li \l{lowenergyscanner}{QML Bluetooth Low Energy Scanner}
39 \li Scan for Bluetooth Low Energy devices and show their services and characteristics.