summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/src/bluetooth-cpp.qdoc
blob: 958609bfb037e63f482341e67bd8a46e39ae2a96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!

\module QtBluetooth

\title Qt Bluetooth C++ Classes
\brief Enables basic Bluetooth operations like scanning for devices and connecting them.
\ingroup modules
\qtvariable bluetooth
\since 5.2


    The \l{Qt Bluetooth} C++ API enables an application to scan for devices and
    connect and interact with them in a more flexible way.

    To use the C++ library in your application, add the following configuration
    option to your \c .pro file:

    \snippet snippets.pro contacts project modification
*/