DtkBluetooth
BlueZ DBus interface binding for Qt
dtkbluetooth_global.h
1// SPDX-FileCopyrightText: 2022 UnionTech Software Technology Co., Ltd.
2//
3// SPDX-License-Identifier: LGPL-3.0-or-later
4
5#define DTK_NAMESPACE Dtk
6#define DBLUETOOTH_NAMESPACE Bluetooth
7#define DTK_DBLUETOOTH_NAMESPACE DTK_NAMESPACE::DBLUETOOTH_NAMESPACE
8
9#define DBLUETOOTH_USE_NAMESPACE using namespace DTK_DBLUETOOTH_NAMESPACE;
10
11#define DBLUETOOTH_BEGIN_NAMESPACE namespace DTK_NAMESPACE { namespace DBLUETOOTH_NAMESPACE {
12
13#define DBLUETOOTH_END_NAMESPACE }}