Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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
4
#
include
"qbluetoothservicediscoveryagent.h"
5
#
include
"qbluetoothservicediscoveryagent_p.h"
6
#
ifndef
QT_IOS_BLUETOOTH
7
#
include
"dummy/dummy_helper_p.h"
8
#
endif
9
10
QT_BEGIN_NAMESPACE
11
12
QBluetoothServiceDiscoveryAgentPrivate
::
QBluetoothServiceDiscoveryAgentPrivate
(
13
QBluetoothServiceDiscoveryAgent
*
qp
,
const
QBluetoothAddress
&
deviceAdapter
)
14
: error(QBluetoothServiceDiscoveryAgent::NoError),
15
state(Inactive),
16
mode(QBluetoothServiceDiscoveryAgent::MinimalDiscovery),
17
singleDevice(
false
),
18
q_ptr(qp)
19
{
20
#
ifndef
QT_IOS_BLUETOOTH
21
printDummyWarning();
22
#
endif
23
Q_UNUSED(deviceAdapter);
24
}
25
26
QBluetoothServiceDiscoveryAgentPrivate
::~
QBluetoothServiceDiscoveryAgentPrivate
()
27
{
28
}
29
30
void
QBluetoothServiceDiscoveryAgentPrivate
::start(
const
QBluetoothAddress &address)
31
{
32
Q_UNUSED(address);
33
}
34
35
void
QBluetoothServiceDiscoveryAgentPrivate
::stop()
36
{
37
}
38
39
QT_END_NAMESPACE
40
41
#
include
"moc_qbluetoothservicediscoveryagent_p.cpp"
QBluetoothServiceDiscoveryAgentPrivate
Definition
qbluetoothservicediscoveryagent_p.h:80
QBluetoothServiceDiscoveryAgentPrivate::~QBluetoothServiceDiscoveryAgentPrivate
~QBluetoothServiceDiscoveryAgentPrivate()
Definition
qbluetoothservicediscoveryagent_android.cpp:70
QBluetoothServiceDiscoveryAgent
\inmodule QtBluetooth
Definition
qbluetoothservicediscoveryagent.h:26
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtconnectivity
src
bluetooth
qbluetoothservicediscoveryagent_p.cpp
Generated on
for Qt by
1.14.0