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
qbluetoothserviceinfo_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{
14#ifndef QT_IOS_BLUETOOTH
16#endif
17}
18
20{
21}
22
24{
25 return false;
26}
27
29{
30 Q_UNUSED(localAdapter);
31 return false;
32}
33
35{
36 return false;
37}
38
40
41#include "moc_qbluetoothserviceinfo_p.cpp"
\inmodule QtBluetooth
bool registerService(const QBluetoothAddress &localAdapter=QBluetoothAddress())
QT_BEGIN_NAMESPACE void printDummyWarning()
Combined button and popup list for selecting options.
#define Q_UNUSED(x)