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
bluetooth-cpp.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\module QtBluetooth
6
7\title Qt Bluetooth C++ Classes
8\brief Enables basic Bluetooth operations like scanning for devices and connecting them.
9\ingroup modules
10\qtvariable bluetooth
11\since 5.2
12
13
14 The \l{Qt Bluetooth} C++ API enables an application to scan for devices and
15 connect and interact with them in a more flexible way.
16
17 To use the C++ library in your application, add the following configuration
18 option to your \c .pro file:
19
20 \snippet snippets.pro contacts project modification
21*/
22