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
qbluetoothservicediscoveryagent_p.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
6#ifndef QT_IOS_BLUETOOTH
8#endif
9
11
13 QBluetoothServiceDiscoveryAgent *qp, const QBluetoothAddress &deviceAdapter)
15 state(Inactive),
16 mode(QBluetoothServiceDiscoveryAgent::MinimalDiscovery),
17 singleDevice(false),
18 q_ptr(qp)
19{
20#ifndef QT_IOS_BLUETOOTH
22#endif
23 Q_UNUSED(deviceAdapter);
24}
25
27{
28}
29
30void QBluetoothServiceDiscoveryAgentPrivate::start(const QBluetoothAddress &address)
31{
33}
34
35void QBluetoothServiceDiscoveryAgentPrivate::stop()
36{
37}
38
40
41#include "moc_qbluetoothservicediscoveryagent_p.cpp"
\inmodule QtBluetooth
QBluetoothServiceDiscoveryAgentPrivate(QBluetoothServiceDiscoveryAgent *qp, const QBluetoothAddress &deviceAdapter)
else opt state
[0]
QT_BEGIN_NAMESPACE void printDummyWarning()
Combined button and popup list for selecting options.
DBusConnection const char DBusError * error
GLenum mode
GLuint GLuint64EXT address
@ NoError
Definition main.cpp:34
#define Q_UNUSED(x)