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
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
7#include "dummy/dummy_helper_p.h"
8#endif
9
11
12QBluetoothServiceInfoPrivate::QBluetoothServiceInfoPrivate()
13{
14#ifndef QT_IOS_BLUETOOTH
15 printDummyWarning();
16#endif
17}
18
20{
21}
22
24{
25 return false;
26}
27
28bool QBluetoothServiceInfoPrivate::registerService(const QBluetoothAddress &localAdapter)
29{
30 Q_UNUSED(localAdapter);
31 return false;
32}
33
35{
36 return false;
37}
38
39QT_END_NAMESPACE
40
41#include "moc_qbluetoothserviceinfo_p.cpp"
bool registerService(const QBluetoothAddress &localAdapter=QBluetoothAddress())