From 37a16de09bb9bbdd47f4f599d39cf75e1e0a41fc Mon Sep 17 00:00:00 2001 From: Patrick Franz Date: Sun, 22 Jan 2023 11:20:28 +0100 Subject: [PATCH] Import qt6-connectivity_6.4.2-1.debian.tar.xz [dgit import tarball qt6-connectivity 6.4.2-1 qt6-connectivity_6.4.2-1.debian.tar.xz] --- changelog | 120 +++++++ control | 73 +++++ copyright | 166 ++++++++++ libqt6bluetooth6-bin.install | 1 + libqt6bluetooth6.install | 1 + libqt6bluetooth6.symbols | 616 +++++++++++++++++++++++++++++++++++ libqt6nfc6.install | 1 + libqt6nfc6.symbols | 172 ++++++++++ not-installed | 4 + qt6-connectivity-dev.install | 104 ++++++ rules | 17 + source/format | 1 + source/lintian-overrides | 10 + watch | 2 + 14 files changed, 1288 insertions(+) create mode 100644 changelog create mode 100644 control create mode 100644 copyright create mode 100644 libqt6bluetooth6-bin.install create mode 100644 libqt6bluetooth6.install create mode 100644 libqt6bluetooth6.symbols create mode 100644 libqt6nfc6.install create mode 100644 libqt6nfc6.symbols create mode 100644 not-installed create mode 100644 qt6-connectivity-dev.install create mode 100755 rules create mode 100644 source/format create mode 100644 source/lintian-overrides create mode 100644 watch diff --git a/changelog b/changelog new file mode 100644 index 0000000..9705789 --- /dev/null +++ b/changelog @@ -0,0 +1,120 @@ +qt6-connectivity (6.4.2-1) unstable; urgency=medium + + [ Patrick Franz ] + * Switch to the official 6.4.2 tarball, the tarball is the same. + * Enable link time optimization. + + -- Patrick Franz Sun, 22 Jan 2023 11:20:28 +0100 + +qt6-connectivity (6.4.2~rc1-2) unstable; urgency=medium + + [ Patrick Franz ] + * Upload to unstable. + + -- Patrick Franz Fri, 30 Dec 2022 16:58:12 +0100 + +qt6-connectivity (6.4.2~rc1-1) experimental; urgency=medium + + [ Lisandro Damián Nicanor Pérez Meyer ] + * New upstream release. + - Bump Qt build dependencies. + * Bump standards version to 4.6.2. No changes required. + + -- Patrick Franz Tue, 27 Dec 2022 22:26:18 +0100 + +qt6-connectivity (6.4.1-1) experimental; urgency=medium + + [ Patrick Franz ] + * New upstream release (6.4.1). + * Bump Qt B-Ds to 6.4.1. + + -- Patrick Franz Thu, 17 Nov 2022 19:37:17 +0100 + +qt6-connectivity (6.4.0-2) experimental; urgency=medium + + [ Patrick Franz ] + * Update symbols from buildlogs. + + -- Patrick Franz Tue, 18 Oct 2022 23:42:49 +0200 + +qt6-connectivity (6.4.0-1) experimental; urgency=medium + + [ Lisandro Damián Nicanor Pérez Meyer ] + * Bump minimum CMake version in order to get pkg-config's .pc files. + + [ Patrick Franz ] + * Increase CMake verbosity level. + * New upstream release (6.4.0). + * Bump Qt B-Ds to 6.4.0. + * Update list of installed files. + * Update symbols from buildlogs. + + -- Patrick Franz Sat, 15 Oct 2022 18:42:12 +0200 + +qt6-connectivity (6.3.1-2) unstable; urgency=medium + + [ Patrick Franz ] + * Upload to unstable. + + -- Patrick Franz Mon, 15 Aug 2022 19:22:29 +0200 + +qt6-connectivity (6.3.1-1) experimental; urgency=medium + + [ Patrick Franz ] + * New upstream release (6.3.1). + * Bump Qt B-Ds to 6.3.1. + * Bump Standards-Version to 4.6.1 (no changes needed). + * Update list of installed files. + + -- Patrick Franz Sun, 17 Jul 2022 11:42:35 +0200 + +qt6-connectivity (6.3.0-1) experimental; urgency=medium + + [ Patrick Franz ] + * New upstream release (6.3.0). + * Bump Qt B-Ds to 6.3.0. + * Update list of installed files. + * Update symbols from buildlogs. + + -- Patrick Franz Wed, 15 Jun 2022 00:24:21 +0200 + +qt6-connectivity (6.2.4-2) unstable; urgency=medium + + [ Patrick Franz ] + * Upload to unstable. + + -- Patrick Franz Fri, 22 Apr 2022 20:06:29 +0200 + +qt6-connectivity (6.2.4-1) experimental; urgency=medium + + [ Patrick Franz ] + * New upstream release (6.2.4). + * Bump Qt B-Ds to 6.2.4. + + -- Patrick Franz Wed, 30 Mar 2022 22:00:04 +0200 + +qt6-connectivity (6.2.2-2) unstable; urgency=medium + + [ Patrick Franz ] + * Upload to unstable. + + -- Patrick Franz Tue, 15 Feb 2022 22:35:59 +0100 + +qt6-connectivity (6.2.2-1) experimental; urgency=medium + + [ Lu YaNing ] + * Update descriptions. + * Update symbols. + + [ Patrick Franz ] + * New upstream release (6.2.2). + * Bump Qt B-Ds to 6.2.2. + * Update installed files. + + -- Patrick Franz Fri, 03 Dec 2021 16:55:23 +0100 + +qt6-connectivity (6.2.1-1) experimental; urgency=medium + + * Initial release (Closes: #999633) + + -- Patrick Franz Sun, 14 Nov 2021 22:58:10 +0100 diff --git a/control b/control new file mode 100644 index 0000000..cd99044 --- /dev/null +++ b/control @@ -0,0 +1,73 @@ +Source: qt6-connectivity +Section: libs +Priority: optional +Maintainer: Debian Qt/KDE Maintainers +Uploaders: Patrick Franz , Lu YaNing +Build-Depends: cmake (>= 3.24~), + debhelper-compat (= 13), + libbluetooth-dev [linux-any], + libgl-dev, + libqt6opengl6-dev (>= 6.4.2+dfsg~), + libssl-dev, + libvulkan-dev [linux-any], + ninja-build, + pkg-config, + pkg-kde-tools, + qt6-base-dev (>= 6.4.2+dfsg~), + qt6-base-private-dev (>= 6.4.2+dfsg~), + qt6-declarative-dev (>= 6.4.2+dfsg~), +Standards-Version: 4.6.2 +Homepage: https://www.qt.io/developers/ +Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-connectivity +Vcs-Git: https://salsa.debian.org/qt-kde-team/qt6/qt6-connectivity.git +Rules-Requires-Root: no + +Package: libqt6bluetooth6 +Architecture: linux-any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: libqt6bluetooth6-bin, ${misc:Depends}, ${shlibs:Depends} +Description: Qt 6 Connectivity Bluetooth library + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the Bluetooth part of the Qt 6 Connectivity library. + +Package: libqt6bluetooth6-bin +Architecture: linux-any +Section: utils +Multi-Arch: foreign +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Qt 6 Connectivity Bluetooth module helper binaries + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains Bluetooth helper binaries. + +Package: libqt6nfc6 +Architecture: linux-any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: neard +Description: Qt 6 Connectivity NFC library + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the NFC part of the Qt 6 Connectivity library. + +Package: qt6-connectivity-dev +Section: libdevel +Architecture: linux-any +Multi-Arch: same +Depends: libqt6bluetooth6 (= ${binary:Version}), + libqt6nfc6 (= ${binary:Version}), + qt6-base-dev, + ${misc:Depends}, +Description: Qt 6 Connectivity - development files + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the header development files used for building Qt 6 + applications using Qt 6 Connectivity libraries. diff --git a/copyright b/copyright new file mode 100644 index 0000000..20fbe1f --- /dev/null +++ b/copyright @@ -0,0 +1,166 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: qtconnectivity-everywhere-src +Source: https://download.qt.io/archive/qt/*/submodules/ + +Files: * +Copyright: 2015-2021 The Qt Company Ltd. + 2012-2016 BlackBerry Limited (formerly Research In Motion) + 2016 Centria research and development + 2015-2016 BasysKom GmbH +License: LGPL-3 or GPL-2+ + +Files: src/nfc/doc/snippets/* + src/bluetooth/doc/snippets/* +Copyright: 2017-2021 The Qt Company Ltd. +License: BSD-3-clause + +Files: debian/* +Copyright: 2021 Patrick Franz + 2021 Lu YaNing +License: LGPL-3 or GPL-2+ + +Files: examples/* +Copyright: 2017-2021 The Qt Company Ltd. + 2013-2014 BlackBerry Limited +License: BSD-3-clause + +Files: src/android/bluetooth/src/org/qtproject/qt/android/bluetooth/QtBluetoothBroadcastReceiver.java + src/bluetooth/android/* + src/bluetooth/*_android.cpp +Copyright: 2016 Lauri Laanmets (Proekspert AS) + 2016 The Qt Company Ltd. +License: LGPL-3 or GPL-2+ + +Files: src/bluetooth/bluez/hcimanager.cpp + src/bluetooth/qlowenergycontroller_bluez.cpp + src/bluetooth/qlowenergycontroller_darwin* + src/bluetooth/qlowenergyservice.* +Copyright: 2016 Javier S. Pedro + 2016-2017 The Qt Company Ltd. +License: LGPL-3 or GPL-2+ + +Files: src/bluetooth/qbluetooth.cpp + src/bluetooth/qbluetoothdevicediscoveryagent.h + src/bluetooth/qbluetoothdevicediscoveryagent_p.h + src/bluetooth/qbluetoothlocaldevice_p.h +Copyright: 2014 Denis Shienkov + 2016-2018 The Qt Company Ltd. +License: LGPL-3 or GPL-2+ + +Files: src/nfc/ios/qiostagreaderdelegate.mm + src/nfc/qnearfieldmanager_ios.mm + src/nfc/qnearfieldtarget_ios.mm + src/android/nfc/src/org/qtproject/qt/android/nfc/QtNfcBroadcastReceiver.java + src/nfc/qnearfieldtarget_p.cpp +Copyright: 2017-2020 Governikus GmbH & Co. K +License: LGPL-3 or GPL-2+ + +Files: conanfile.py + config.tests/* + tests/* +Copyright: 2016-2021 The Qt Company Ltd. + 2016 BlackBerry Limited (formerly Research In Motion) +License: GPL-3 with Qt-1.0 exception + +Files: *.qdoc +Copyright: 2017-2021 The Qt Company Ltd. + 2013 Aaron McCarthy + 2015 BasysKom GmbH +License: GFDL-NIV-1.3 + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 or + any later version as published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public + License version 2 can be found in /usr/share/common-licenses/GPL-2. + +License: GPL-3 with Qt-1.0 exception + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public License + version 3 can be found in /usr/share/common-licenses/GPL-3. + . + The Qt Company GPL Exception 1.0 + Exception 1: + . + As a special exception you may create a larger work which contains the + output of this application and distribute that work under terms of your + choice, so long as the work is not otherwise derived from or based on + this application and so long as the work does not in itself generate + output that contains the output from this application in its original + or modified form. + . + Exception 2: + . + As a special exception, you have permission to combine this application + with Plugins licensed under the terms of your choice, to produce an + executable, and to copy and distribute the resulting executable under + the terms of your choice. However, the executable must be accompanied + by a prominent notice offering all users of the executable the entire + source code to this application, excluding the source code of the + independent modules, but including any changes you have made to this + application, under the terms of this license. + +License: LGPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License version 3 + as published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + . + On Debian systems, the complete text of the GNU Lesser General Public + License version 3 can be found in /usr/share/common-licenses/LGPL-3. + +License: BSD-3-clause + You may use this file under the terms of the BSD license as follows: + . + "Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + * Neither the name of The Qt Company Ltd nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." + +License: GFDL-NIV-1.3 + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.3 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + . + On Debian systems, the complete text of the GNU Free Documentation + License version 1.3 can be found in /usr/share/common-licenses/GFDL-1.3. diff --git a/libqt6bluetooth6-bin.install b/libqt6bluetooth6-bin.install new file mode 100644 index 0000000..bfc9e3c --- /dev/null +++ b/libqt6bluetooth6-bin.install @@ -0,0 +1 @@ +usr/lib/qt6/libexec/sdpscanner diff --git a/libqt6bluetooth6.install b/libqt6bluetooth6.install new file mode 100644 index 0000000..0be27c8 --- /dev/null +++ b/libqt6bluetooth6.install @@ -0,0 +1 @@ +usr/lib/${DEB_HOST_MULTIARCH}/libQt6Bluetooth.so.* diff --git a/libqt6bluetooth6.symbols b/libqt6bluetooth6.symbols new file mode 100644 index 0000000..332b2af --- /dev/null +++ b/libqt6bluetooth6.symbols @@ -0,0 +1,616 @@ +# SymbolsHelper-Confirmed: 6.4.2 amd64 +libQt6Bluetooth.so.6 libqt6bluetooth6 #MINVER# +* Build-Depends-Package: qt6-connectivity-dev + _Z17bluetoothdVersionv@Base 6.2.1 + _Z38qRegisterNormalizedMetaType_ServiceMapRK10QByteArray@Base 6.4.0 + _Z42qRegisterNormalizedMetaType_QBluetoothUuidRK10QByteArray@Base 6.4.0 + _Z45qRegisterNormalizedMetaType_QBluetoothAddressRK10QByteArray@Base 6.4.0 + _Z46qRegisterNormalizedMetaType_QBluetoothHostInfoRK10QByteArray@Base 6.4.0 + _Z48qRegisterNormalizedMetaType_QBluetoothDeviceInfoRK10QByteArray@Base 6.4.0 + _Z48qRegisterNormalizedMetaType_QLowEnergyDescriptorRK10QByteArray@Base 6.4.0 + _Z49qRegisterNormalizedMetaType_QBluetoothServiceInfoRK10QByteArray@Base 6.4.0 + _Z52qRegisterNormalizedMetaType_QLowEnergyCharacteristicRK10QByteArray@Base 6.4.0 + _Z54qRegisterNormalizedMetaType_QLowEnergyController__RoleRK10QByteArray@Base 6.4.0 + _Z55qRegisterNormalizedMetaType_QLowEnergyController__ErrorRK10QByteArray@Base 6.4.0 + _Z56qRegisterNormalizedMetaType_QBluetoothLocalDevice__ErrorRK10QByteArray@Base 6.4.0 + _Z56qRegisterNormalizedMetaType_QLowEnergyService__WriteModeRK10QByteArray@Base 6.4.0 + _Z58qRegisterNormalizedMetaType_QBluetoothLocalDevice__PairingRK10QByteArray@Base 6.4.0 + _Z58qRegisterNormalizedMetaType_QLowEnergyConnectionParametersRK10QByteArray@Base 6.4.0 + _Z58qRegisterNormalizedMetaType_QLowEnergyService__ServiceTypeRK10QByteArray@Base 6.4.0 + _Z59qRegisterNormalizedMetaType_QBluetoothLocalDevice__HostModeRK10QByteArray@Base 6.4.0 + _Z59qRegisterNormalizedMetaType_QBluetoothServiceInfo__SequenceRK10QByteArray@Base 6.4.0 + _Z59qRegisterNormalizedMetaType_QLowEnergyService__ServiceErrorRK10QByteArray@Base 6.4.0 + _Z59qRegisterNormalizedMetaType_QLowEnergyService__ServiceStateRK10QByteArray@Base 6.4.0 + _Z62qRegisterNormalizedMetaType_QBluetoothServiceInfo__AlternativeRK10QByteArray@Base 6.4.0 + _Z65qRegisterNormalizedMetaType_QLowEnergyController__ControllerStateRK10QByteArray@Base 6.4.0 + _Z67qRegisterNormalizedMetaType_QLowEnergyController__RemoteAddressTypeRK10QByteArray@Base 6.4.0 + _ZGVZN9QMetaType21registerConverterImplI14QSharedPointerI24QLowEnergyServicePrivateEP7QObjectEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1 + _ZGVZN9QMetaType21registerConverterImplI4QMapI15QDBusObjectPathS1_I7QStringS1_IS3_8QVariantEEE9QIterableI16QMetaAssociationEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1 + _ZGVZN9QMetaType21registerConverterImplI4QMapI7QString12QDBusVariantE9QIterableI16QMetaAssociationEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.3.0 + _ZGVZN9QMetaType21registerConverterImplI4QMapI7QStringS1_IS2_8QVariantEE9QIterableI16QMetaAssociationEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1 + _ZGVZN9QMetaType21registerConverterImplI4QMapIj7QStringE9QIterableI16QMetaAssociationEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.4.0 + _ZGVZN9QMetaType21registerConverterImplI4QMapIt12QDBusVariantE9QIterableI16QMetaAssociationEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1 + _ZGVZN9QMetaType21registerConverterImplI5QListI15QDBusObjectPathE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1 + _ZGVZN9QMetaType21registerConverterImplI5QListItE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1 + _ZGVZN9QMetaType23registerMutableViewImplI4QMapI15QDBusObjectPathS1_I7QStringS1_IS3_8QVariantEEE9QIterableI16QMetaAssociationEEEbSt8functionIFbPvSC_EES_S_E10unregister@Base 6.2.1 + _ZGVZN9QMetaType23registerMutableViewImplI4QMapI7QString12QDBusVariantE9QIterableI16QMetaAssociationEEEbSt8functionIFbPvS9_EES_S_E10unregister@Base 6.3.0 + _ZGVZN9QMetaType23registerMutableViewImplI4QMapI7QStringS1_IS2_8QVariantEE9QIterableI16QMetaAssociationEEEbSt8functionIFbPvSA_EES_S_E10unregister@Base 6.2.1 + _ZGVZN9QMetaType23registerMutableViewImplI4QMapIj7QStringE9QIterableI16QMetaAssociationEEEbSt8functionIFbPvS8_EES_S_E10unregister@Base 6.4.0 + _ZGVZN9QMetaType23registerMutableViewImplI4QMapIt12QDBusVariantE9QIterableI16QMetaAssociationEEEbSt8functionIFbPvS8_EES_S_E10unregister@Base 6.2.1 + _ZGVZN9QMetaType23registerMutableViewImplI5QListI15QDBusObjectPathE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS8_EES_S_E10unregister@Base 6.2.1 + _ZGVZN9QMetaType23registerMutableViewImplI5QListItE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS7_EES_S_E10unregister@Base 6.2.1 + _ZN10QBluetooth16staticMetaObjectE@Base 6.2.1 + _ZN13QMetaSequence12MetaSequenceI5QListI15QDBusObjectPathEE5valueE@Base 6.2.1 + _ZN13QMetaSequence12MetaSequenceI5QListItEE5valueE@Base 6.2.1 + _ZN14QBluetoothUuid16protocolToStringENS_12ProtocolUuidE@Base 6.2.1 + _ZN14QBluetoothUuid17streamingOperatorE6QDebugRKS_@Base 6.2.1 + _ZN14QBluetoothUuid18descriptorToStringENS_14DescriptorTypeE@Base 6.2.1 + _ZN14QBluetoothUuid20serviceClassToStringENS_16ServiceClassUuidE@Base 6.2.1 + _ZN14QBluetoothUuid22characteristicToStringENS_18CharacteristicTypeE@Base 6.2.1 + _ZN14QBluetoothUuidC1E8quint128@Base 6.2.1 + _ZN14QBluetoothUuidC1ERK5QUuid@Base 6.2.1 + _ZN14QBluetoothUuidC1ERK7QString@Base 6.2.1 + _ZN14QBluetoothUuidC2E8quint128@Base 6.2.1 + _ZN14QBluetoothUuidC2ERK5QUuid@Base 6.2.1 + _ZN14QBluetoothUuidC2ERK7QString@Base 6.2.1 + _ZN16QBluetoothServer11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1 + _ZN16QBluetoothServer11qt_metacastEPKc@Base 6.2.1 + _ZN16QBluetoothServer13errorOccurredENS_5ErrorE@Base 6.2.1 + _ZN16QBluetoothServer13newConnectionEv@Base 6.2.1 + _ZN16QBluetoothServer16setSecurityFlagsE6QFlagsIN10QBluetooth8SecurityEE@Base 6.2.1 + _ZN16QBluetoothServer16staticMetaObjectE@Base 6.2.1 + _ZN16QBluetoothServer21nextPendingConnectionEv@Base 6.2.1 + _ZN16QBluetoothServer24setMaxPendingConnectionsEi@Base 6.2.1 + _ZN16QBluetoothServer5closeEv@Base 6.2.1 + _ZN16QBluetoothServer6listenERK14QBluetoothUuidRK7QString@Base 6.2.1 + _ZN16QBluetoothServer6listenERK17QBluetoothAddresst@Base 6.2.1 + _ZN16QBluetoothServerC1EN21QBluetoothServiceInfo8ProtocolEP7QObject@Base 6.2.1 + _ZN16QBluetoothServerC2EN21QBluetoothServiceInfo8ProtocolEP7QObject@Base 6.2.1 + _ZN16QBluetoothServerD0Ev@Base 6.2.1 + _ZN16QBluetoothServerD1Ev@Base 6.2.1 + _ZN16QBluetoothServerD2Ev@Base 6.2.1 + _ZN16QBluetoothSocket11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1 + _ZN16QBluetoothSocket11qt_metacastEPKc@Base 6.2.1 + _ZN16QBluetoothSocket12disconnectedEv@Base 6.2.1 + _ZN16QBluetoothSocket12stateChangedENS_11SocketStateE@Base 6.2.1 + _ZN16QBluetoothSocket13errorOccurredENS_11SocketErrorE@Base 6.2.1 + _ZN16QBluetoothSocket14setSocketErrorENS_11SocketErrorE@Base 6.2.1 + _ZN16QBluetoothSocket14setSocketStateENS_11SocketStateE@Base 6.2.1 + _ZN16QBluetoothSocket16connectToServiceERK17QBluetoothAddressRK14QBluetoothUuid6QFlagsIN13QIODeviceBase12OpenModeFlagEE@Base 6.2.1 + _ZN16QBluetoothSocket16connectToServiceERK17QBluetoothAddresst6QFlagsIN13QIODeviceBase12OpenModeFlagEE@Base 6.2.1 + _ZN16QBluetoothSocket16connectToServiceERK21QBluetoothServiceInfo6QFlagsIN13QIODeviceBase12OpenModeFlagEE@Base 6.2.1 + _ZN16QBluetoothSocket16staticMetaObjectE@Base 6.2.1 + _ZN16QBluetoothSocket17discoveryFinishedEv@Base 6.2.1 + _ZN16QBluetoothSocket17doDeviceDiscoveryERK21QBluetoothServiceInfo6QFlagsIN13QIODeviceBase12OpenModeFlagEE@Base 6.2.1 + _ZN16QBluetoothSocket17serviceDiscoveredERK21QBluetoothServiceInfo@Base 6.2.1 + _ZN16QBluetoothSocket19setSocketDescriptorEiN21QBluetoothServiceInfo8ProtocolENS_11SocketStateE6QFlagsIN13QIODeviceBase12OpenModeFlagEE@Base 6.2.1 + _ZN16QBluetoothSocket21disconnectFromServiceEv@Base 6.2.1 + _ZN16QBluetoothSocket25setPreferredSecurityFlagsE6QFlagsIN10QBluetooth8SecurityEE@Base 6.2.1 + _ZN16QBluetoothSocket5abortEv@Base 6.2.1 + _ZN16QBluetoothSocket5closeEv@Base 6.2.1 + _ZN16QBluetoothSocket8readDataEPcx@Base 6.2.1 + _ZN16QBluetoothSocket9connectedEv@Base 6.2.1 + _ZN16QBluetoothSocket9writeDataEPKcx@Base 6.2.1 + _ZN16QBluetoothSocketC1EN21QBluetoothServiceInfo8ProtocolEP7QObject@Base 6.2.1 + _ZN16QBluetoothSocketC1EP27QBluetoothSocketBasePrivateN21QBluetoothServiceInfo8ProtocolEP7QObject@Base 6.2.1 + _ZN16QBluetoothSocketC1EP7QObject@Base 6.2.1 + _ZN16QBluetoothSocketC2EN21QBluetoothServiceInfo8ProtocolEP7QObject@Base 6.2.1 + _ZN16QBluetoothSocketC2EP27QBluetoothSocketBasePrivateN21QBluetoothServiceInfo8ProtocolEP7QObject@Base 6.2.1 + _ZN16QBluetoothSocketC2EP7QObject@Base 6.2.1 + _ZN16QBluetoothSocketD0Ev@Base 6.2.1 + _ZN16QBluetoothSocketD1Ev@Base 6.2.1 + _ZN16QBluetoothSocketD2Ev@Base 6.2.1 + _ZN16QMetaAssociation15MetaAssociationI4QMapI15QDBusObjectPathS1_I7QStringS1_IS3_8QVariantEEEE5valueE@Base 6.2.1 + _ZN16QMetaAssociation15MetaAssociationI4QMapI7QString12QDBusVariantEE5valueE@Base 6.3.0 + _ZN16QMetaAssociation15MetaAssociationI4QMapI7QStringS1_IS2_8QVariantEEE5valueE@Base 6.2.1 + _ZN16QMetaAssociation15MetaAssociationI4QMapIj7QStringEE5valueE@Base 6.4.0 + _ZN16QMetaAssociation15MetaAssociationI4QMapIt12QDBusVariantEE5valueE@Base 6.2.1 + _ZN17QBluetoothAddress17streamingOperatorE6QDebugRKS_@Base 6.2.1 + _ZN17QBluetoothAddress5clearEv@Base 6.2.1 + _ZN17QBluetoothAddressC1ERK7QString@Base 6.2.1 + _ZN17QBluetoothAddressC1ERKS_@Base 6.2.1 + _ZN17QBluetoothAddressC2ERK7QString@Base 6.2.1 + _ZN17QBluetoothAddressC2ERKS_@Base 6.2.1 + _ZN17QBluetoothAddressD1Ev@Base 6.2.1 + _ZN17QBluetoothAddressD2Ev@Base 6.2.1 + _ZN17QBluetoothAddressaSERKS_@Base 6.2.1 + _ZN17QLowEnergyService11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1 + _ZN17QLowEnergyService11qt_metacastEPKc@Base 6.2.1 + _ZN17QLowEnergyService12stateChangedENS_12ServiceStateE@Base 6.2.1 + _ZN17QLowEnergyService13errorOccurredENS_12ServiceErrorE@Base 6.2.1 + _ZN17QLowEnergyService14descriptorReadERK20QLowEnergyDescriptorRK10QByteArray@Base 6.2.1 + _ZN17QLowEnergyService14readDescriptorERK20QLowEnergyDescriptor@Base 6.2.1 + _ZN17QLowEnergyService15discoverDetailsENS_13DiscoveryModeE@Base 6.2.1 + _ZN17QLowEnergyService15writeDescriptorERK20QLowEnergyDescriptorRK10QByteArray@Base 6.2.1 + _ZN17QLowEnergyService16staticMetaObjectE@Base 6.2.1 + _ZN17QLowEnergyService17descriptorWrittenERK20QLowEnergyDescriptorRK10QByteArray@Base 6.2.1 + _ZN17QLowEnergyService18characteristicReadERK24QLowEnergyCharacteristicRK10QByteArray@Base 6.2.1 + _ZN17QLowEnergyService18readCharacteristicERK24QLowEnergyCharacteristic@Base 6.2.1 + _ZN17QLowEnergyService19writeCharacteristicERK24QLowEnergyCharacteristicRK10QByteArrayNS_9WriteModeE@Base 6.2.1 + _ZN17QLowEnergyService21characteristicChangedERK24QLowEnergyCharacteristicRK10QByteArray@Base 6.2.1 + _ZN17QLowEnergyService21characteristicWrittenERK24QLowEnergyCharacteristicRK10QByteArray@Base 6.2.1 + _ZN17QLowEnergyServiceC1E14QSharedPointerI24QLowEnergyServicePrivateEP7QObject@Base 6.2.1 + _ZN17QLowEnergyServiceC2E14QSharedPointerI24QLowEnergyServicePrivateEP7QObject@Base 6.2.1 + _ZN17QLowEnergyServiceD0Ev@Base 6.2.1 + _ZN17QLowEnergyServiceD1Ev@Base 6.2.1 + _ZN17QLowEnergyServiceD2Ev@Base 6.2.1 + _ZN18QBluetoothHostInfo10setAddressERK17QBluetoothAddress@Base 6.2.1 + _ZN18QBluetoothHostInfo6equalsERKS_S1_@Base 6.2.1 + _ZN18QBluetoothHostInfo7setNameERK7QString@Base 6.2.1 + _ZN18QBluetoothHostInfoC1ERKS_@Base 6.2.1 + _ZN18QBluetoothHostInfoC1Ev@Base 6.2.1 + _ZN18QBluetoothHostInfoC2ERKS_@Base 6.2.1 + _ZN18QBluetoothHostInfoC2Ev@Base 6.2.1 + _ZN18QBluetoothHostInfoD1Ev@Base 6.2.1 + _ZN18QBluetoothHostInfoD2Ev@Base 6.2.1 + _ZN18QBluetoothHostInfoaSERKS_@Base 6.2.1 + _ZN20QBluetoothDeviceInfo13setDeviceUuidERK14QBluetoothUuid@Base 6.2.1 + _ZN20QBluetoothDeviceInfo14setServiceDataERK14QBluetoothUuidRK10QByteArray@Base 6.3.0 + _ZN20QBluetoothDeviceInfo15setServiceUuidsERK5QListI14QBluetoothUuidE@Base 6.2.1 + _ZN20QBluetoothDeviceInfo19setManufacturerDataEtRK10QByteArray@Base 6.2.1 + _ZN20QBluetoothDeviceInfo21setCoreConfigurationsE6QFlagsINS_17CoreConfigurationEE@Base 6.2.1 + _ZN20QBluetoothDeviceInfo6equalsERKS_S1_@Base 6.2.1 + _ZN20QBluetoothDeviceInfo7setNameERK7QString@Base 6.2.1 + _ZN20QBluetoothDeviceInfo7setRssiEs@Base 6.2.1 + _ZN20QBluetoothDeviceInfo9setCachedEb@Base 6.2.1 + _ZN20QBluetoothDeviceInfoC1ERK14QBluetoothUuidRK7QStringj@Base 6.2.1 + _ZN20QBluetoothDeviceInfoC1ERK17QBluetoothAddressRK7QStringj@Base 6.2.1 + _ZN20QBluetoothDeviceInfoC1ERKS_@Base 6.2.1 + _ZN20QBluetoothDeviceInfoC1Ev@Base 6.2.1 + _ZN20QBluetoothDeviceInfoC2ERK14QBluetoothUuidRK7QStringj@Base 6.2.1 + _ZN20QBluetoothDeviceInfoC2ERK17QBluetoothAddressRK7QStringj@Base 6.2.1 + _ZN20QBluetoothDeviceInfoC2ERKS_@Base 6.2.1 + _ZN20QBluetoothDeviceInfoC2Ev@Base 6.2.1 + _ZN20QBluetoothDeviceInfoD1Ev@Base 6.2.1 + _ZN20QBluetoothDeviceInfoD2Ev@Base 6.2.1 + _ZN20QBluetoothDeviceInfoaSERKS_@Base 6.2.1 + _ZN20QLowEnergyController10addServiceERK21QLowEnergyServiceDataP7QObject@Base 6.2.1 + _ZN20QLowEnergyController10mtuChangedEi@Base 6.2.1 + _ZN20QLowEnergyController11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1 + _ZN20QLowEnergyController11qt_metacastEPKc@Base 6.2.1 + _ZN20QLowEnergyController12disconnectedEv@Base 6.2.1 + _ZN20QLowEnergyController12stateChangedENS_15ControllerStateE@Base 6.2.1 + _ZN20QLowEnergyController13createCentralERK20QBluetoothDeviceInfoP7QObject@Base 6.2.1 + _ZN20QLowEnergyController13createCentralERK20QBluetoothDeviceInfoRK17QBluetoothAddressP7QObject@Base 6.2.1 + _ZN20QLowEnergyController13errorOccurredENS_5ErrorE@Base 6.2.1 + _ZN20QLowEnergyController15connectToDeviceEv@Base 6.2.1 + _ZN20QLowEnergyController15stopAdvertisingEv@Base 6.2.1 + _ZN20QLowEnergyController16createPeripheralEP7QObject@Base 6.2.1 + _ZN20QLowEnergyController16createPeripheralERK17QBluetoothAddressP7QObject@Base 6.2.1 + _ZN20QLowEnergyController16discoverServicesEv@Base 6.2.1 + _ZN20QLowEnergyController16startAdvertisingERK31QLowEnergyAdvertisingParametersRK25QLowEnergyAdvertisingDataS5_@Base 6.2.1 + _ZN20QLowEnergyController16staticMetaObjectE@Base 6.2.1 + _ZN20QLowEnergyController17connectionUpdatedERK30QLowEnergyConnectionParameters@Base 6.2.1 + _ZN20QLowEnergyController17discoveryFinishedEv@Base 6.2.1 + _ZN20QLowEnergyController17serviceDiscoveredERK14QBluetoothUuid@Base 6.2.1 + _ZN20QLowEnergyController19createServiceObjectERK14QBluetoothUuidP7QObject@Base 6.2.1 + _ZN20QLowEnergyController20disconnectFromDeviceEv@Base 6.2.1 + _ZN20QLowEnergyController20setRemoteAddressTypeENS_17RemoteAddressTypeE@Base 6.2.1 + _ZN20QLowEnergyController23requestConnectionUpdateERK30QLowEnergyConnectionParameters@Base 6.2.1 + _ZN20QLowEnergyController9connectedEv@Base 6.2.1 + _ZN20QLowEnergyControllerC1ERK17QBluetoothAddressP7QObject@Base 6.2.1 + _ZN20QLowEnergyControllerC1ERK20QBluetoothDeviceInfoRK17QBluetoothAddressP7QObject@Base 6.2.1 + _ZN20QLowEnergyControllerC2ERK17QBluetoothAddressP7QObject@Base 6.2.1 + _ZN20QLowEnergyControllerC2ERK20QBluetoothDeviceInfoRK17QBluetoothAddressP7QObject@Base 6.2.1 + _ZN20QLowEnergyControllerD0Ev@Base 6.2.1 + _ZN20QLowEnergyControllerD1Ev@Base 6.2.1 + _ZN20QLowEnergyControllerD2Ev@Base 6.2.1 + _ZN20QLowEnergyDescriptor6equalsERKS_S1_@Base 6.2.1 + _ZN20QLowEnergyDescriptorC1E14QSharedPointerI24QLowEnergyServicePrivateEtt@Base 6.2.1 + _ZN20QLowEnergyDescriptorC1ERKS_@Base 6.2.1 + _ZN20QLowEnergyDescriptorC1Ev@Base 6.2.1 + _ZN20QLowEnergyDescriptorC2E14QSharedPointerI24QLowEnergyServicePrivateEtt@Base 6.2.1 + _ZN20QLowEnergyDescriptorC2ERKS_@Base 6.2.1 + _ZN20QLowEnergyDescriptorC2Ev@Base 6.2.1 + _ZN20QLowEnergyDescriptorD1Ev@Base 6.2.1 + _ZN20QLowEnergyDescriptorD2Ev@Base 6.2.1 + _ZN20QLowEnergyDescriptoraSERKS_@Base 6.2.1 + _ZN21QBluetoothLocalDevice10allDevicesEv@Base 6.2.1 + _ZN21QBluetoothLocalDevice11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1 + _ZN21QBluetoothLocalDevice11qt_metacastEPKc@Base 6.2.1 + _ZN21QBluetoothLocalDevice11setHostModeENS_8HostModeE@Base 6.2.1 + _ZN21QBluetoothLocalDevice13errorOccurredENS_5ErrorE@Base 6.2.1 + _ZN21QBluetoothLocalDevice14requestPairingERK17QBluetoothAddressNS_7PairingE@Base 6.2.1 + _ZN21QBluetoothLocalDevice15deviceConnectedERK17QBluetoothAddress@Base 6.2.1 + _ZN21QBluetoothLocalDevice15pairingFinishedERK17QBluetoothAddressNS_7PairingE@Base 6.2.1 + _ZN21QBluetoothLocalDevice16staticMetaObjectE@Base 6.2.1 + _ZN21QBluetoothLocalDevice18deviceDisconnectedERK17QBluetoothAddress@Base 6.2.1 + _ZN21QBluetoothLocalDevice20hostModeStateChangedENS_8HostModeE@Base 6.2.1 + _ZN21QBluetoothLocalDevice7powerOnEv@Base 6.2.1 + _ZN21QBluetoothLocalDeviceC1EP7QObject@Base 6.2.1 + _ZN21QBluetoothLocalDeviceC1ERK17QBluetoothAddressP7QObject@Base 6.2.1 + _ZN21QBluetoothLocalDeviceC2EP7QObject@Base 6.2.1 + _ZN21QBluetoothLocalDeviceC2ERK17QBluetoothAddressP7QObject@Base 6.2.1 + _ZN21QBluetoothLocalDeviceD0Ev@Base 6.2.1 + _ZN21QBluetoothLocalDeviceD1Ev@Base 6.2.1 + _ZN21QBluetoothLocalDeviceD2Ev@Base 6.2.1 + _ZN21QBluetoothServiceInfo12setAttributeEtRK8QVariant@Base 6.2.1 + _ZN21QBluetoothServiceInfo15registerServiceERK17QBluetoothAddress@Base 6.2.1 + _ZN21QBluetoothServiceInfo15removeAttributeEt@Base 6.2.1 + _ZN21QBluetoothServiceInfo17streamingOperatorE6QDebugRKS_@Base 6.2.1 + _ZN21QBluetoothServiceInfo17unregisterServiceEv@Base 6.2.1 + _ZN21QBluetoothServiceInfo9setDeviceERK20QBluetoothDeviceInfo@Base 6.2.1 + _ZN21QBluetoothServiceInfoC1ERKS_@Base 6.2.1 + _ZN21QBluetoothServiceInfoC1Ev@Base 6.2.1 + _ZN21QBluetoothServiceInfoC2ERKS_@Base 6.2.1 + _ZN21QBluetoothServiceInfoC2Ev@Base 6.2.1 + _ZN21QBluetoothServiceInfoD1Ev@Base 6.2.1 + _ZN21QBluetoothServiceInfoD2Ev@Base 6.2.1 + _ZN21QBluetoothServiceInfoaSERKS_@Base 6.2.1 + _ZN21QLowEnergyServiceData17addCharacteristicERK28QLowEnergyCharacteristicData@Base 6.2.1 + _ZN21QLowEnergyServiceData18addIncludedServiceEP17QLowEnergyService@Base 6.2.1 + _ZN21QLowEnergyServiceData18setCharacteristicsERK5QListI28QLowEnergyCharacteristicDataE@Base 6.2.1 + _ZN21QLowEnergyServiceData19setIncludedServicesERK5QListIP17QLowEnergyServiceE@Base 6.2.1 + _ZN21QLowEnergyServiceData6equalsERKS_S1_@Base 6.2.1 + _ZN21QLowEnergyServiceData7setTypeENS_11ServiceTypeE@Base 6.2.1 + _ZN21QLowEnergyServiceData7setUuidERK14QBluetoothUuid@Base 6.2.1 + _ZN21QLowEnergyServiceDataC1ERKS_@Base 6.2.1 + _ZN21QLowEnergyServiceDataC1Ev@Base 6.2.1 + _ZN21QLowEnergyServiceDataC2ERKS_@Base 6.2.1 + _ZN21QLowEnergyServiceDataC2Ev@Base 6.2.1 + _ZN21QLowEnergyServiceDataD1Ev@Base 6.2.1 + _ZN21QLowEnergyServiceDataD2Ev@Base 6.2.1 + _ZN21QLowEnergyServiceDataaSERKS_@Base 6.2.1 + _ZN24QLowEnergyCharacteristic11CCCDDisableE@Base 6.2.1 + _ZN24QLowEnergyCharacteristic20CCCDEnableIndicationE@Base 6.2.1 + _ZN24QLowEnergyCharacteristic22CCCDEnableNotificationE@Base 6.2.1 + _ZN24QLowEnergyCharacteristic6equalsERKS_S1_@Base 6.2.1 + _ZN24QLowEnergyCharacteristicC1E14QSharedPointerI24QLowEnergyServicePrivateEt@Base 6.2.1 + _ZN24QLowEnergyCharacteristicC1ERKS_@Base 6.2.1 + _ZN24QLowEnergyCharacteristicC1Ev@Base 6.2.1 + _ZN24QLowEnergyCharacteristicC2E14QSharedPointerI24QLowEnergyServicePrivateEt@Base 6.2.1 + _ZN24QLowEnergyCharacteristicC2ERKS_@Base 6.2.1 + _ZN24QLowEnergyCharacteristicC2Ev@Base 6.2.1 + _ZN24QLowEnergyCharacteristicD1Ev@Base 6.2.1 + _ZN24QLowEnergyCharacteristicD2Ev@Base 6.2.1 + _ZN24QLowEnergyCharacteristicaSERKS_@Base 6.2.1 + _ZN24QLowEnergyDescriptorData18setReadPermissionsEb6QFlagsIN10QBluetooth19AttAccessConstraintEE@Base 6.2.1 + _ZN24QLowEnergyDescriptorData19setWritePermissionsEb6QFlagsIN10QBluetooth19AttAccessConstraintEE@Base 6.2.1 + _ZN24QLowEnergyDescriptorData6equalsERKS_S1_@Base 6.2.1 + _ZN24QLowEnergyDescriptorData7setUuidERK14QBluetoothUuid@Base 6.2.1 + _ZN24QLowEnergyDescriptorData8setValueERK10QByteArray@Base 6.2.1 + _ZN24QLowEnergyDescriptorDataC1ERK14QBluetoothUuidRK10QByteArray@Base 6.2.1 + _ZN24QLowEnergyDescriptorDataC1ERKS_@Base 6.2.1 + _ZN24QLowEnergyDescriptorDataC1Ev@Base 6.2.1 + _ZN24QLowEnergyDescriptorDataC2ERK14QBluetoothUuidRK10QByteArray@Base 6.2.1 + _ZN24QLowEnergyDescriptorDataC2ERKS_@Base 6.2.1 + _ZN24QLowEnergyDescriptorDataC2Ev@Base 6.2.1 + _ZN24QLowEnergyDescriptorDataD1Ev@Base 6.2.1 + _ZN24QLowEnergyDescriptorDataD2Ev@Base 6.2.1 + _ZN24QLowEnergyDescriptorDataaSERKS_@Base 6.2.1 + _ZN25QLowEnergyAdvertisingData10setRawDataERK10QByteArray@Base 6.2.1 + _ZN25QLowEnergyAdvertisingData11setServicesERK5QListI14QBluetoothUuidE@Base 6.2.1 + _ZN25QLowEnergyAdvertisingData12setLocalNameERK7QString@Base 6.2.1 + _ZN25QLowEnergyAdvertisingData18setDiscoverabilityENS_15DiscoverabilityE@Base 6.2.1 + _ZN25QLowEnergyAdvertisingData19setManufacturerDataEtRK10QByteArray@Base 6.2.1 + _ZN25QLowEnergyAdvertisingData20setIncludePowerLevelEb@Base 6.2.1 + _ZN25QLowEnergyAdvertisingData6equalsERKS_S1_@Base 6.2.1 + _ZN25QLowEnergyAdvertisingDataC1ERKS_@Base 6.2.1 + _ZN25QLowEnergyAdvertisingDataC1Ev@Base 6.2.1 + _ZN25QLowEnergyAdvertisingDataC2ERKS_@Base 6.2.1 + _ZN25QLowEnergyAdvertisingDataC2Ev@Base 6.2.1 + _ZN25QLowEnergyAdvertisingDataD1Ev@Base 6.2.1 + _ZN25QLowEnergyAdvertisingDataD2Ev@Base 6.2.1 + _ZN25QLowEnergyAdvertisingDataaSERKS_@Base 6.2.1 + _ZN28QLowEnergyCharacteristicData13addDescriptorERK24QLowEnergyDescriptorData@Base 6.2.1 + _ZN28QLowEnergyCharacteristicData13setPropertiesE6QFlagsIN24QLowEnergyCharacteristic12PropertyTypeEE@Base 6.2.1 + _ZN28QLowEnergyCharacteristicData14setDescriptorsERK5QListI24QLowEnergyDescriptorDataE@Base 6.2.1 + _ZN28QLowEnergyCharacteristicData14setValueLengthEii@Base 6.2.1 + _ZN28QLowEnergyCharacteristicData18setReadConstraintsE6QFlagsIN10QBluetooth19AttAccessConstraintEE@Base 6.2.1 + _ZN28QLowEnergyCharacteristicData19setWriteConstraintsE6QFlagsIN10QBluetooth19AttAccessConstraintEE@Base 6.2.1 + _ZN28QLowEnergyCharacteristicData6equalsERKS_S1_@Base 6.2.1 + _ZN28QLowEnergyCharacteristicData7setUuidERK14QBluetoothUuid@Base 6.2.1 + _ZN28QLowEnergyCharacteristicData8setValueERK10QByteArray@Base 6.2.1 + _ZN28QLowEnergyCharacteristicDataC1ERKS_@Base 6.2.1 + _ZN28QLowEnergyCharacteristicDataC1Ev@Base 6.2.1 + _ZN28QLowEnergyCharacteristicDataC2ERKS_@Base 6.2.1 + _ZN28QLowEnergyCharacteristicDataC2Ev@Base 6.2.1 + _ZN28QLowEnergyCharacteristicDataD1Ev@Base 6.2.1 + _ZN28QLowEnergyCharacteristicDataD2Ev@Base 6.2.1 + _ZN28QLowEnergyCharacteristicDataaSERKS_@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgent11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgent11qt_metacastEPKc@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgent13deviceUpdatedERK20QBluetoothDeviceInfo6QFlagsINS0_5FieldEE@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgent13errorOccurredENS_5ErrorE@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgent16deviceDiscoveredERK20QBluetoothDeviceInfo@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgent16staticMetaObjectE@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgent25supportedDiscoveryMethodsEv@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgent28setLowEnergyDiscoveryTimeoutEi@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgent4stopEv@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgent5startE6QFlagsINS_15DiscoveryMethodEE@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgent5startEv@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgent8canceledEv@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgent8finishedEv@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgentC1EP7QObject@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgentC1ERK17QBluetoothAddressP7QObject@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgentC2EP7QObject@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgentC2ERK17QBluetoothAddressP7QObject@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgentD0Ev@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgentD1Ev@Base 6.2.1 + _ZN30QBluetoothDeviceDiscoveryAgentD2Ev@Base 6.2.1 + _ZN30QLowEnergyConnectionParameters10setLatencyEi@Base 6.2.1 + _ZN30QLowEnergyConnectionParameters16setIntervalRangeEdd@Base 6.2.1 + _ZN30QLowEnergyConnectionParameters21setSupervisionTimeoutEi@Base 6.2.1 + _ZN30QLowEnergyConnectionParameters6equalsERKS_S1_@Base 6.2.1 + _ZN30QLowEnergyConnectionParametersC1ERKS_@Base 6.2.1 + _ZN30QLowEnergyConnectionParametersC1Ev@Base 6.2.1 + _ZN30QLowEnergyConnectionParametersC2ERKS_@Base 6.2.1 + _ZN30QLowEnergyConnectionParametersC2Ev@Base 6.2.1 + _ZN30QLowEnergyConnectionParametersD1Ev@Base 6.2.1 + _ZN30QLowEnergyConnectionParametersD2Ev@Base 6.2.1 + _ZN30QLowEnergyConnectionParametersaSERKS_@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgent11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgent11qt_metacastEPKc@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgent13errorOccurredENS_5ErrorE@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgent13setUuidFilterERK14QBluetoothUuid@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgent13setUuidFilterERK5QListI14QBluetoothUuidE@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgent16setRemoteAddressERK17QBluetoothAddress@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgent16staticMetaObjectE@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgent17serviceDiscoveredERK21QBluetoothServiceInfo@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgent4stopEv@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgent5clearEv@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgent5startENS_13DiscoveryModeE@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgent8canceledEv@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgent8finishedEv@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgentC1EP7QObject@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgentC1ERK17QBluetoothAddressP7QObject@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgentC2EP7QObject@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgentC2ERK17QBluetoothAddressP7QObject@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgentD0Ev@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgentD1Ev@Base 6.2.1 + _ZN31QBluetoothServiceDiscoveryAgentD2Ev@Base 6.2.1 + _ZN31QLowEnergyAdvertisingParameters11AddressInfo6equalsERKS0_S2_@Base 6.2.1 + _ZN31QLowEnergyAdvertisingParameters11setIntervalEtt@Base 6.2.1 + _ZN31QLowEnergyAdvertisingParameters12setWhiteListERK5QListINS_11AddressInfoEENS_12FilterPolicyE@Base 6.2.1 + _ZN31QLowEnergyAdvertisingParameters6equalsERKS_S1_@Base 6.2.1 + _ZN31QLowEnergyAdvertisingParameters7setModeENS_4ModeE@Base 6.2.1 + _ZN31QLowEnergyAdvertisingParametersC1ERKS_@Base 6.2.1 + _ZN31QLowEnergyAdvertisingParametersC1Ev@Base 6.2.1 + _ZN31QLowEnergyAdvertisingParametersC2ERKS_@Base 6.2.1 + _ZN31QLowEnergyAdvertisingParametersC2Ev@Base 6.2.1 + _ZN31QLowEnergyAdvertisingParametersD1Ev@Base 6.2.1 + _ZN31QLowEnergyAdvertisingParametersD2Ev@Base 6.2.1 + _ZN31QLowEnergyAdvertisingParametersaSERKS_@Base 6.2.1 + _ZNK14QBluetoothUuid11minimumSizeEv@Base 6.2.1 + _ZNK14QBluetoothUuid8toUInt16EPb@Base 6.2.1 + _ZNK14QBluetoothUuid8toUInt32EPb@Base 6.2.1 + _ZNK14QBluetoothUuid9toUInt128Ev@Base 6.2.1 + _ZNK16QBluetoothServer10metaObjectEv@Base 6.2.1 + _ZNK16QBluetoothServer10serverPortEv@Base 6.2.1 + _ZNK16QBluetoothServer10serverTypeEv@Base 6.2.1 + _ZNK16QBluetoothServer11isListeningEv@Base 6.2.1 + _ZNK16QBluetoothServer13securityFlagsEv@Base 6.2.1 + _ZNK16QBluetoothServer13serverAddressEv@Base 6.2.1 + _ZNK16QBluetoothServer21hasPendingConnectionsEv@Base 6.2.1 + _ZNK16QBluetoothServer21maxPendingConnectionsEv@Base 6.2.1 + _ZNK16QBluetoothServer5errorEv@Base 6.2.1 + _ZNK16QBluetoothSocket10metaObjectEv@Base 6.2.1 + _ZNK16QBluetoothSocket10socketTypeEv@Base 6.2.1 + _ZNK16QBluetoothSocket11canReadLineEv@Base 6.2.1 + _ZNK16QBluetoothSocket11errorStringEv@Base 6.2.1 + _ZNK16QBluetoothSocket11peerAddressEv@Base 6.2.1 + _ZNK16QBluetoothSocket12bytesToWriteEv@Base 6.2.1 + _ZNK16QBluetoothSocket12isSequentialEv@Base 6.2.1 + _ZNK16QBluetoothSocket12localAddressEv@Base 6.2.1 + _ZNK16QBluetoothSocket14bytesAvailableEv@Base 6.2.1 + _ZNK16QBluetoothSocket16socketDescriptorEv@Base 6.2.1 + _ZNK16QBluetoothSocket22preferredSecurityFlagsEv@Base 6.2.1 + _ZNK16QBluetoothSocket5errorEv@Base 6.2.1 + _ZNK16QBluetoothSocket5stateEv@Base 6.2.1 + _ZNK16QBluetoothSocket8peerNameEv@Base 6.2.1 + _ZNK16QBluetoothSocket8peerPortEv@Base 6.2.1 + _ZNK16QBluetoothSocket9localNameEv@Base 6.2.1 + _ZNK16QBluetoothSocket9localPortEv@Base 6.2.1 + _ZNK17QBluetoothAddress6isNullEv@Base 6.2.1 + _ZNK17QBluetoothAddress8toStringEv@Base 6.2.1 + _ZNK17QBluetoothAddress8toUInt64Ev@Base 6.2.1 + _ZNK17QLowEnergyService10metaObjectEv@Base 6.2.1 + _ZNK17QLowEnergyService11serviceNameEv@Base 6.2.1 + _ZNK17QLowEnergyService11serviceUuidEv@Base 6.2.1 + _ZNK17QLowEnergyService14characteristicERK14QBluetoothUuid@Base 6.2.1 + _ZNK17QLowEnergyService15characteristicsEv@Base 6.2.1 + _ZNK17QLowEnergyService16includedServicesEv@Base 6.2.1 + _ZNK17QLowEnergyService4typeEv@Base 6.2.1 + _ZNK17QLowEnergyService5errorEv@Base 6.2.1 + _ZNK17QLowEnergyService5stateEv@Base 6.2.1 + _ZNK17QLowEnergyService8containsERK20QLowEnergyDescriptor@Base 6.2.1 + _ZNK17QLowEnergyService8containsERK24QLowEnergyCharacteristic@Base 6.2.1 + _ZNK18QBluetoothHostInfo4nameEv@Base 6.2.1 + _ZNK18QBluetoothHostInfo7addressEv@Base 6.2.1 + _ZNK20QBluetoothDeviceInfo10deviceUuidEv@Base 6.2.1 + _ZNK20QBluetoothDeviceInfo10serviceIdsEv@Base 6.3.0 + _ZNK20QBluetoothDeviceInfo11serviceDataERK14QBluetoothUuid@Base 6.3.0 + _ZNK20QBluetoothDeviceInfo11serviceDataEv@Base 6.3.0 + _ZNK20QBluetoothDeviceInfo12serviceUuidsEv@Base 6.2.1 + _ZNK20QBluetoothDeviceInfo14serviceClassesEv@Base 6.2.1 + _ZNK20QBluetoothDeviceInfo15manufacturerIdsEv@Base 6.2.1 + _ZNK20QBluetoothDeviceInfo16majorDeviceClassEv@Base 6.2.1 + _ZNK20QBluetoothDeviceInfo16manufacturerDataEt@Base 6.2.1 + _ZNK20QBluetoothDeviceInfo16manufacturerDataEv@Base 6.2.1 + _ZNK20QBluetoothDeviceInfo16minorDeviceClassEv@Base 6.2.1 + _ZNK20QBluetoothDeviceInfo18coreConfigurationsEv@Base 6.2.1 + _ZNK20QBluetoothDeviceInfo4nameEv@Base 6.2.1 + _ZNK20QBluetoothDeviceInfo4rssiEv@Base 6.2.1 + _ZNK20QBluetoothDeviceInfo7addressEv@Base 6.2.1 + _ZNK20QBluetoothDeviceInfo7isValidEv@Base 6.2.1 + _ZNK20QBluetoothDeviceInfo8isCachedEv@Base 6.2.1 + _ZNK20QLowEnergyController10metaObjectEv@Base 6.2.1 + _ZNK20QLowEnergyController10remoteNameEv@Base 6.2.1 + _ZNK20QLowEnergyController11errorStringEv@Base 6.2.1 + _ZNK20QLowEnergyController12localAddressEv@Base 6.2.1 + _ZNK20QLowEnergyController13remoteAddressEv@Base 6.2.1 + _ZNK20QLowEnergyController16remoteDeviceUuidEv@Base 6.2.1 + _ZNK20QLowEnergyController17remoteAddressTypeEv@Base 6.2.1 + _ZNK20QLowEnergyController3mtuEv@Base 6.2.1 + _ZNK20QLowEnergyController4roleEv@Base 6.2.1 + _ZNK20QLowEnergyController5errorEv@Base 6.2.1 + _ZNK20QLowEnergyController5stateEv@Base 6.2.1 + _ZNK20QLowEnergyController8servicesEv@Base 6.2.1 + _ZNK20QLowEnergyDescriptor20characteristicHandleEv@Base 6.2.1 + _ZNK20QLowEnergyDescriptor4nameEv@Base 6.2.1 + _ZNK20QLowEnergyDescriptor4typeEv@Base 6.2.1 + _ZNK20QLowEnergyDescriptor4uuidEv@Base 6.2.1 + _ZNK20QLowEnergyDescriptor5valueEv@Base 6.2.1 + _ZNK20QLowEnergyDescriptor6handleEv@Base 6.2.1 + _ZNK20QLowEnergyDescriptor7isValidEv@Base 6.2.1 + _ZNK21QBluetoothLocalDevice10metaObjectEv@Base 6.2.1 + _ZNK21QBluetoothLocalDevice13pairingStatusERK17QBluetoothAddress@Base 6.2.1 + _ZNK21QBluetoothLocalDevice16connectedDevicesEv@Base 6.2.1 + _ZNK21QBluetoothLocalDevice4nameEv@Base 6.2.1 + _ZNK21QBluetoothLocalDevice7addressEv@Base 6.2.1 + _ZNK21QBluetoothLocalDevice7isValidEv@Base 6.2.1 + _ZNK21QBluetoothLocalDevice8hostModeEv@Base 6.2.1 + _ZNK21QBluetoothServiceInfo10attributesEv@Base 6.2.1 + _ZNK21QBluetoothServiceInfo10isCompleteEv@Base 6.2.1 + _ZNK21QBluetoothServiceInfo12isRegisteredEv@Base 6.2.1 + _ZNK21QBluetoothServiceInfo13serverChannelEv@Base 6.2.1 + _ZNK21QBluetoothServiceInfo14socketProtocolEv@Base 6.2.1 + _ZNK21QBluetoothServiceInfo17serviceClassUuidsEv@Base 6.2.1 + _ZNK21QBluetoothServiceInfo18protocolDescriptorEN14QBluetoothUuid12ProtocolUuidE@Base 6.2.1 + _ZNK21QBluetoothServiceInfo26protocolServiceMultiplexerEv@Base 6.2.1 + _ZNK21QBluetoothServiceInfo6deviceEv@Base 6.2.1 + _ZNK21QBluetoothServiceInfo7isValidEv@Base 6.2.1 + _ZNK21QBluetoothServiceInfo8containsEt@Base 6.2.1 + _ZNK21QBluetoothServiceInfo9attributeEt@Base 6.2.1 + _ZNK21QLowEnergyServiceData15characteristicsEv@Base 6.2.1 + _ZNK21QLowEnergyServiceData16includedServicesEv@Base 6.2.1 + _ZNK21QLowEnergyServiceData4typeEv@Base 6.2.1 + _ZNK21QLowEnergyServiceData4uuidEv@Base 6.2.1 + _ZNK21QLowEnergyServiceData7isValidEv@Base 6.2.1 + _ZNK24QLowEnergyCharacteristic10descriptorERK14QBluetoothUuid@Base 6.2.1 + _ZNK24QLowEnergyCharacteristic10propertiesEv@Base 6.2.1 + _ZNK24QLowEnergyCharacteristic11descriptorsEv@Base 6.2.1 + _ZNK24QLowEnergyCharacteristic15attributeHandleEv@Base 6.2.1 + _ZNK24QLowEnergyCharacteristic33clientCharacteristicConfigurationEv@Base 6.2.1 + _ZNK24QLowEnergyCharacteristic4nameEv@Base 6.2.1 + _ZNK24QLowEnergyCharacteristic4uuidEv@Base 6.2.1 + _ZNK24QLowEnergyCharacteristic5valueEv@Base 6.2.1 + _ZNK24QLowEnergyCharacteristic6handleEv@Base 6.2.1 + _ZNK24QLowEnergyCharacteristic7isValidEv@Base 6.2.1 + _ZNK24QLowEnergyDescriptorData10isReadableEv@Base 6.2.1 + _ZNK24QLowEnergyDescriptorData10isWritableEv@Base 6.2.1 + _ZNK24QLowEnergyDescriptorData15readConstraintsEv@Base 6.2.1 + _ZNK24QLowEnergyDescriptorData16writeConstraintsEv@Base 6.2.1 + _ZNK24QLowEnergyDescriptorData4uuidEv@Base 6.2.1 + _ZNK24QLowEnergyDescriptorData5valueEv@Base 6.2.1 + _ZNK24QLowEnergyDescriptorData7isValidEv@Base 6.2.1 + _ZNK25QLowEnergyAdvertisingData14manufacturerIdEv@Base 6.2.1 + _ZNK25QLowEnergyAdvertisingData15discoverabilityEv@Base 6.2.1 + _ZNK25QLowEnergyAdvertisingData16manufacturerDataEv@Base 6.2.1 + _ZNK25QLowEnergyAdvertisingData17includePowerLevelEv@Base 6.2.1 + _ZNK25QLowEnergyAdvertisingData7rawDataEv@Base 6.2.1 + _ZNK25QLowEnergyAdvertisingData8servicesEv@Base 6.2.1 + _ZNK25QLowEnergyAdvertisingData9localNameEv@Base 6.2.1 + _ZNK28QLowEnergyCharacteristicData10propertiesEv@Base 6.2.1 + _ZNK28QLowEnergyCharacteristicData11descriptorsEv@Base 6.2.1 + _ZNK28QLowEnergyCharacteristicData15readConstraintsEv@Base 6.2.1 + _ZNK28QLowEnergyCharacteristicData16writeConstraintsEv@Base 6.2.1 + _ZNK28QLowEnergyCharacteristicData18maximumValueLengthEv@Base 6.2.1 + _ZNK28QLowEnergyCharacteristicData18minimumValueLengthEv@Base 6.2.1 + _ZNK28QLowEnergyCharacteristicData4uuidEv@Base 6.2.1 + _ZNK28QLowEnergyCharacteristicData5valueEv@Base 6.2.1 + _ZNK28QLowEnergyCharacteristicData7isValidEv@Base 6.2.1 + _ZNK30QBluetoothDeviceDiscoveryAgent10metaObjectEv@Base 6.2.1 + _ZNK30QBluetoothDeviceDiscoveryAgent11errorStringEv@Base 6.2.1 + _ZNK30QBluetoothDeviceDiscoveryAgent17discoveredDevicesEv@Base 6.2.1 + _ZNK30QBluetoothDeviceDiscoveryAgent25lowEnergyDiscoveryTimeoutEv@Base 6.2.1 + _ZNK30QBluetoothDeviceDiscoveryAgent5errorEv@Base 6.2.1 + _ZNK30QBluetoothDeviceDiscoveryAgent8isActiveEv@Base 6.2.1 + _ZNK30QLowEnergyConnectionParameters15maximumIntervalEv@Base 6.2.1 + _ZNK30QLowEnergyConnectionParameters15minimumIntervalEv@Base 6.2.1 + _ZNK30QLowEnergyConnectionParameters18supervisionTimeoutEv@Base 6.2.1 + _ZNK30QLowEnergyConnectionParameters7latencyEv@Base 6.2.1 + _ZNK31QBluetoothServiceDiscoveryAgent10metaObjectEv@Base 6.2.1 + _ZNK31QBluetoothServiceDiscoveryAgent10uuidFilterEv@Base 6.2.1 + _ZNK31QBluetoothServiceDiscoveryAgent11errorStringEv@Base 6.2.1 + _ZNK31QBluetoothServiceDiscoveryAgent13remoteAddressEv@Base 6.2.1 + _ZNK31QBluetoothServiceDiscoveryAgent18discoveredServicesEv@Base 6.2.1 + _ZNK31QBluetoothServiceDiscoveryAgent5errorEv@Base 6.2.1 + _ZNK31QBluetoothServiceDiscoveryAgent8isActiveEv@Base 6.2.1 + _ZNK31QLowEnergyAdvertisingParameters12filterPolicyEv@Base 6.2.1 + _ZNK31QLowEnergyAdvertisingParameters15maximumIntervalEv@Base 6.2.1 + _ZNK31QLowEnergyAdvertisingParameters15minimumIntervalEv@Base 6.2.1 + _ZNK31QLowEnergyAdvertisingParameters4modeEv@Base 6.2.1 + _ZNK31QLowEnergyAdvertisingParameters9whiteListEv@Base 6.2.1 + _ZSt19piecewise_construct@Base 6.4.2 + _ZTI12QDBusContext@Base 6.2.1 + _ZTI16QBluetoothServer@Base 6.2.1 + _ZTI16QBluetoothSocket@Base 6.2.1 + _ZTI17QLowEnergyService@Base 6.2.1 + _ZTI20QLowEnergyController@Base 6.2.1 + _ZTI21QBluetoothLocalDevice@Base 6.2.1 + _ZTI30QBluetoothDeviceDiscoveryAgent@Base 6.2.1 + _ZTI31QBluetoothServiceDiscoveryAgent@Base 6.2.1 + (arch=armel)_ZTIN9__gnu_cxx7__mutexE@Base 6.4.0 + (arch=armel)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 6.4.0 + (arch=amd64)_ZTISt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 6.4.0 + (arch=armel)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 6.4.0 + (arch=amd64)_ZTISt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 6.4.0 + (arch=armel)_ZTISt19_Sp_make_shared_tag@Base 6.4.0 + _ZTIZN9QMetaType17registerConverterI14QSharedPointerI24QLowEnergyServicePrivateEP7QObjectN9QtPrivate27QSmartPointerConvertFunctorIS3_EEEEbT1_EUlPKvPvE_@Base 6.2.1 + _ZTIZN9QMetaType17registerConverterI4QMapI15QDBusObjectPathS1_I7QStringS1_IS3_8QVariantEEE9QIterableI16QMetaAssociationEN9QtPrivate34QAssociativeIterableConvertFunctorIS7_EEEEbT1_EUlPKvPvE_@Base 6.2.1 + _ZTIZN9QMetaType17registerConverterI4QMapI7QString12QDBusVariantE9QIterableI16QMetaAssociationEN9QtPrivate34QAssociativeIterableConvertFunctorIS4_EEEEbT1_EUlPKvPvE_@Base 6.3.0 + _ZTIZN9QMetaType17registerConverterI4QMapI7QStringS1_IS2_8QVariantEE9QIterableI16QMetaAssociationEN9QtPrivate34QAssociativeIterableConvertFunctorIS5_EEEEbT1_EUlPKvPvE_@Base 6.2.1 + _ZTIZN9QMetaType17registerConverterI4QMapIj7QStringE9QIterableI16QMetaAssociationEN9QtPrivate34QAssociativeIterableConvertFunctorIS3_EEEEbT1_EUlPKvPvE_@Base 6.4.0 + _ZTIZN9QMetaType17registerConverterI4QMapIt12QDBusVariantE9QIterableI16QMetaAssociationEN9QtPrivate34QAssociativeIterableConvertFunctorIS3_EEEEbT1_EUlPKvPvE_@Base 6.2.1 + _ZTIZN9QMetaType17registerConverterI5QListI15QDBusObjectPathE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS3_EEEEbT1_EUlPKvPvE_@Base 6.2.1 + _ZTIZN9QMetaType17registerConverterI5QListItE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS2_EEEEbT1_EUlPKvPvE_@Base 6.2.1 + _ZTIZN9QMetaType19registerMutableViewI4QMapI15QDBusObjectPathS1_I7QStringS1_IS3_8QVariantEEE9QIterableI16QMetaAssociationEN9QtPrivate38QAssociativeIterableMutableViewFunctorIS7_EEEEbT1_EUlPvSF_E_@Base 6.2.1 + _ZTIZN9QMetaType19registerMutableViewI4QMapI7QString12QDBusVariantE9QIterableI16QMetaAssociationEN9QtPrivate38QAssociativeIterableMutableViewFunctorIS4_EEEEbT1_EUlPvSC_E_@Base 6.3.0 + _ZTIZN9QMetaType19registerMutableViewI4QMapI7QStringS1_IS2_8QVariantEE9QIterableI16QMetaAssociationEN9QtPrivate38QAssociativeIterableMutableViewFunctorIS5_EEEEbT1_EUlPvSD_E_@Base 6.2.1 + _ZTIZN9QMetaType19registerMutableViewI4QMapIj7QStringE9QIterableI16QMetaAssociationEN9QtPrivate38QAssociativeIterableMutableViewFunctorIS3_EEEEbT1_EUlPvSB_E_@Base 6.4.0 + _ZTIZN9QMetaType19registerMutableViewI4QMapIt12QDBusVariantE9QIterableI16QMetaAssociationEN9QtPrivate38QAssociativeIterableMutableViewFunctorIS3_EEEEbT1_EUlPvSB_E_@Base 6.2.1 + _ZTIZN9QMetaType19registerMutableViewI5QListI15QDBusObjectPathE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS3_EEEEbT1_EUlPvSB_E_@Base 6.2.1 + _ZTIZN9QMetaType19registerMutableViewI5QListItE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS2_EEEEbT1_EUlPvSA_E_@Base 6.2.1 + _ZTS12QDBusContext@Base 6.2.1 + _ZTS16QBluetoothServer@Base 6.2.1 + _ZTS16QBluetoothSocket@Base 6.2.1 + _ZTS17QLowEnergyService@Base 6.2.1 + _ZTS20QLowEnergyController@Base 6.2.1 + _ZTS21QBluetoothLocalDevice@Base 6.2.1 + _ZTS30QBluetoothDeviceDiscoveryAgent@Base 6.2.1 + _ZTS31QBluetoothServiceDiscoveryAgent@Base 6.2.1 + (arch=armel)_ZTSN9__gnu_cxx7__mutexE@Base 6.4.0 + (arch=armel)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 6.4.0 + (arch=amd64)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 6.4.0 + (arch=armel)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 6.4.0 + (arch=amd64)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 6.4.0 + _ZTSSt19_Sp_make_shared_tag@Base 6.4.0 + _ZTSZN9QMetaType17registerConverterI14QSharedPointerI24QLowEnergyServicePrivateEP7QObjectN9QtPrivate27QSmartPointerConvertFunctorIS3_EEEEbT1_EUlPKvPvE_@Base 6.2.1 + _ZTSZN9QMetaType17registerConverterI4QMapI15QDBusObjectPathS1_I7QStringS1_IS3_8QVariantEEE9QIterableI16QMetaAssociationEN9QtPrivate34QAssociativeIterableConvertFunctorIS7_EEEEbT1_EUlPKvPvE_@Base 6.2.1 + _ZTSZN9QMetaType17registerConverterI4QMapI7QString12QDBusVariantE9QIterableI16QMetaAssociationEN9QtPrivate34QAssociativeIterableConvertFunctorIS4_EEEEbT1_EUlPKvPvE_@Base 6.3.0 + _ZTSZN9QMetaType17registerConverterI4QMapI7QStringS1_IS2_8QVariantEE9QIterableI16QMetaAssociationEN9QtPrivate34QAssociativeIterableConvertFunctorIS5_EEEEbT1_EUlPKvPvE_@Base 6.2.1 + _ZTSZN9QMetaType17registerConverterI4QMapIj7QStringE9QIterableI16QMetaAssociationEN9QtPrivate34QAssociativeIterableConvertFunctorIS3_EEEEbT1_EUlPKvPvE_@Base 6.4.0 + _ZTSZN9QMetaType17registerConverterI4QMapIt12QDBusVariantE9QIterableI16QMetaAssociationEN9QtPrivate34QAssociativeIterableConvertFunctorIS3_EEEEbT1_EUlPKvPvE_@Base 6.2.1 + _ZTSZN9QMetaType17registerConverterI5QListI15QDBusObjectPathE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS3_EEEEbT1_EUlPKvPvE_@Base 6.2.1 + _ZTSZN9QMetaType17registerConverterI5QListItE9QIterableI13QMetaSequenceEN9QtPrivate33QSequentialIterableConvertFunctorIS2_EEEEbT1_EUlPKvPvE_@Base 6.2.1 + _ZTSZN9QMetaType19registerMutableViewI4QMapI15QDBusObjectPathS1_I7QStringS1_IS3_8QVariantEEE9QIterableI16QMetaAssociationEN9QtPrivate38QAssociativeIterableMutableViewFunctorIS7_EEEEbT1_EUlPvSF_E_@Base 6.2.1 + _ZTSZN9QMetaType19registerMutableViewI4QMapI7QString12QDBusVariantE9QIterableI16QMetaAssociationEN9QtPrivate38QAssociativeIterableMutableViewFunctorIS4_EEEEbT1_EUlPvSC_E_@Base 6.3.0 + _ZTSZN9QMetaType19registerMutableViewI4QMapI7QStringS1_IS2_8QVariantEE9QIterableI16QMetaAssociationEN9QtPrivate38QAssociativeIterableMutableViewFunctorIS5_EEEEbT1_EUlPvSD_E_@Base 6.2.1 + _ZTSZN9QMetaType19registerMutableViewI4QMapIj7QStringE9QIterableI16QMetaAssociationEN9QtPrivate38QAssociativeIterableMutableViewFunctorIS3_EEEEbT1_EUlPvSB_E_@Base 6.4.0 + _ZTSZN9QMetaType19registerMutableViewI4QMapIt12QDBusVariantE9QIterableI16QMetaAssociationEN9QtPrivate38QAssociativeIterableMutableViewFunctorIS3_EEEEbT1_EUlPvSB_E_@Base 6.2.1 + _ZTSZN9QMetaType19registerMutableViewI5QListI15QDBusObjectPathE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS3_EEEEbT1_EUlPvSB_E_@Base 6.2.1 + _ZTSZN9QMetaType19registerMutableViewI5QListItE9QIterableI13QMetaSequenceEN9QtPrivate37QSequentialIterableMutableViewFunctorIS2_EEEEbT1_EUlPvSA_E_@Base 6.2.1 + _ZTV16QBluetoothServer@Base 6.2.1 + _ZTV16QBluetoothSocket@Base 6.2.1 + _ZTV17QLowEnergyService@Base 6.2.1 + _ZTV20QLowEnergyController@Base 6.2.1 + _ZTV21QBluetoothLocalDevice@Base 6.2.1 + _ZTV30QBluetoothDeviceDiscoveryAgent@Base 6.2.1 + _ZTV31QBluetoothServiceDiscoveryAgent@Base 6.2.1 + (optional=templinst)_ZZN9QMetaType21registerConverterImplI14QSharedPointerI24QLowEnergyServicePrivateEP7QObjectEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1 + (optional=templinst)_ZZN9QMetaType21registerConverterImplI4QMapI15QDBusObjectPathS1_I7QStringS1_IS3_8QVariantEEE9QIterableI16QMetaAssociationEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1 + (optional=templinst)_ZZN9QMetaType21registerConverterImplI4QMapI7QString12QDBusVariantE9QIterableI16QMetaAssociationEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.3.0 + (optional=templinst)_ZZN9QMetaType21registerConverterImplI4QMapI7QStringS1_IS2_8QVariantEE9QIterableI16QMetaAssociationEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1 + (optional=templinst)_ZZN9QMetaType21registerConverterImplI4QMapIj7QStringE9QIterableI16QMetaAssociationEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.4.0 + (optional=templinst)_ZZN9QMetaType21registerConverterImplI4QMapIt12QDBusVariantE9QIterableI16QMetaAssociationEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1 + (optional=templinst)_ZZN9QMetaType21registerConverterImplI5QListI15QDBusObjectPathE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1 + (optional=templinst)_ZZN9QMetaType21registerConverterImplI5QListItE9QIterableI13QMetaSequenceEEEbSt8functionIFbPKvPvEES_S_E10unregister@Base 6.2.1 + (optional=templinst)_ZZN9QMetaType23registerMutableViewImplI4QMapI15QDBusObjectPathS1_I7QStringS1_IS3_8QVariantEEE9QIterableI16QMetaAssociationEEEbSt8functionIFbPvSC_EES_S_E10unregister@Base 6.2.1 + (optional=templinst)_ZZN9QMetaType23registerMutableViewImplI4QMapI7QString12QDBusVariantE9QIterableI16QMetaAssociationEEEbSt8functionIFbPvS9_EES_S_E10unregister@Base 6.3.0 + (optional=templinst)_ZZN9QMetaType23registerMutableViewImplI4QMapI7QStringS1_IS2_8QVariantEE9QIterableI16QMetaAssociationEEEbSt8functionIFbPvSA_EES_S_E10unregister@Base 6.2.1 + (optional=templinst)_ZZN9QMetaType23registerMutableViewImplI4QMapIj7QStringE9QIterableI16QMetaAssociationEEEbSt8functionIFbPvS8_EES_S_E10unregister@Base 6.4.0 + (optional=templinst)_ZZN9QMetaType23registerMutableViewImplI4QMapIt12QDBusVariantE9QIterableI16QMetaAssociationEEEbSt8functionIFbPvS8_EES_S_E10unregister@Base 6.2.1 + (optional=templinst)_ZZN9QMetaType23registerMutableViewImplI5QListI15QDBusObjectPathE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS8_EES_S_E10unregister@Base 6.2.1 + (optional=templinst)_ZZN9QMetaType23registerMutableViewImplI5QListItE9QIterableI13QMetaSequenceEEEbSt8functionIFbPvS7_EES_S_E10unregister@Base 6.2.1 + _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag@Base 6.4.0 diff --git a/libqt6nfc6.install b/libqt6nfc6.install new file mode 100644 index 0000000..219ff54 --- /dev/null +++ b/libqt6nfc6.install @@ -0,0 +1 @@ +usr/lib/${DEB_HOST_MULTIARCH}/libQt6Nfc.so.* diff --git a/libqt6nfc6.symbols b/libqt6nfc6.symbols new file mode 100644 index 0000000..bb12123 --- /dev/null +++ b/libqt6nfc6.symbols @@ -0,0 +1,172 @@ +# SymbolsHelper-Confirmed: 6.4.2 amd64 +libQt6Nfc.so.6 libqt6nfc6 #MINVER# +* Build-Depends-Package: qt6-connectivity-dev + _Z40qRegisterNormalizedMetaType_QNdefMessageRK10QByteArray@Base 6.4.0 + _Z55qRegisterNormalizedMetaType_QNearFieldTarget__RequestIdRK10QByteArray@Base 6.4.0 + _Z5qHashRK11QNdefRecord@Base 6.2.1 + _ZN11QNdefFilter12appendRecordEN11QNdefRecord14TypeNameFormatERK10QByteArrayjj@Base 6.2.1 + _ZN11QNdefFilter12appendRecordERKNS_6RecordE@Base 6.2.1 + _ZN11QNdefFilter13setOrderMatchEb@Base 6.2.1 + _ZN11QNdefFilter5clearEv@Base 6.2.1 + _ZN11QNdefFilterC1ERKS_@Base 6.2.1 + _ZN11QNdefFilterC1Ev@Base 6.2.1 + _ZN11QNdefFilterC2ERKS_@Base 6.2.1 + _ZN11QNdefFilterC2Ev@Base 6.2.1 + _ZN11QNdefFilterD1Ev@Base 6.2.1 + _ZN11QNdefFilterD2Ev@Base 6.2.1 + _ZN11QNdefFilteraSERKS_@Base 6.2.1 + _ZN11QNdefRecord10setPayloadERK10QByteArray@Base 6.2.1 + _ZN11QNdefRecord17setTypeNameFormatENS_14TypeNameFormatE@Base 6.2.1 + _ZN11QNdefRecord5clearEv@Base 6.2.1 + _ZN11QNdefRecord5setIdERK10QByteArray@Base 6.2.1 + _ZN11QNdefRecord7setTypeERK10QByteArray@Base 6.2.1 + _ZN11QNdefRecordC1ENS_14TypeNameFormatERK10QByteArray@Base 6.2.1 + _ZN11QNdefRecordC1ERKS_@Base 6.2.1 + _ZN11QNdefRecordC1ERKS_NS_14TypeNameFormatE@Base 6.2.1 + _ZN11QNdefRecordC1ERKS_NS_14TypeNameFormatERK10QByteArray@Base 6.2.1 + _ZN11QNdefRecordC1Ev@Base 6.2.1 + _ZN11QNdefRecordC2ENS_14TypeNameFormatERK10QByteArray@Base 6.2.1 + _ZN11QNdefRecordC2ERKS_@Base 6.2.1 + _ZN11QNdefRecordC2ERKS_NS_14TypeNameFormatE@Base 6.2.1 + _ZN11QNdefRecordC2ERKS_NS_14TypeNameFormatERK10QByteArray@Base 6.2.1 + _ZN11QNdefRecordC2Ev@Base 6.2.1 + _ZN11QNdefRecordD1Ev@Base 6.2.1 + _ZN11QNdefRecordD2Ev@Base 6.2.1 + _ZN11QNdefRecordaSERKS_@Base 6.2.1 + _ZN12QNdefMessage13fromByteArrayERK10QByteArray@Base 6.2.1 + _ZN16QNearFieldTarget10disconnectEv@Base 6.2.1 + _ZN16QNearFieldTarget11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1 + _ZN16QNearFieldTarget11qt_metacastEPKc@Base 6.2.1 + _ZN16QNearFieldTarget11sendCommandERK10QByteArray@Base 6.2.1 + _ZN16QNearFieldTarget12disconnectedEv@Base 6.2.1 + _ZN16QNearFieldTarget14hasNdefMessageEv@Base 6.2.1 + _ZN16QNearFieldTarget15ndefMessageReadERK12QNdefMessage@Base 6.2.1 + _ZN16QNearFieldTarget16readNdefMessagesEv@Base 6.2.1 + _ZN16QNearFieldTarget16requestCompletedERKNS_9RequestIdE@Base 6.2.1 + _ZN16QNearFieldTarget16staticMetaObjectE@Base 6.2.1 + _ZN16QNearFieldTarget17writeNdefMessagesERK5QListI12QNdefMessageE@Base 6.2.1 + _ZN16QNearFieldTarget23waitForRequestCompletedERKNS_9RequestIdEi@Base 6.2.1 + _ZN16QNearFieldTarget5errorENS_5ErrorERKNS_9RequestIdE@Base 6.2.1 + _ZN16QNearFieldTarget9RequestIdC1EPNS_16RequestIdPrivateE@Base 6.2.1 + _ZN16QNearFieldTarget9RequestIdC1ERKS0_@Base 6.2.1 + _ZN16QNearFieldTarget9RequestIdC1Ev@Base 6.2.1 + _ZN16QNearFieldTarget9RequestIdC2EPNS_16RequestIdPrivateE@Base 6.2.1 + _ZN16QNearFieldTarget9RequestIdC2ERKS0_@Base 6.2.1 + _ZN16QNearFieldTarget9RequestIdC2Ev@Base 6.2.1 + _ZN16QNearFieldTarget9RequestIdD1Ev@Base 6.2.1 + _ZN16QNearFieldTarget9RequestIdD2Ev@Base 6.2.1 + _ZN16QNearFieldTarget9RequestIdaSERKS0_@Base 6.2.1 + _ZN16QNearFieldTargetC1EP23QNearFieldTargetPrivateP7QObject@Base 6.2.1 + _ZN16QNearFieldTargetC1EP7QObject@Base 6.2.1 + _ZN16QNearFieldTargetC2EP23QNearFieldTargetPrivateP7QObject@Base 6.2.1 + _ZN16QNearFieldTargetC2EP7QObject@Base 6.2.1 + _ZN16QNearFieldTargetD0Ev@Base 6.2.1 + _ZN16QNearFieldTargetD1Ev@Base 6.2.1 + _ZN16QNearFieldTargetD2Ev@Base 6.2.1 + _ZN17QNdefNfcUriRecord6setUriERK4QUrl@Base 6.2.1 + _ZN17QNearFieldManager10targetLostEP16QNearFieldTarget@Base 6.2.1 + _ZN17QNearFieldManager11qt_metacallEN11QMetaObject4CallEiPPv@Base 6.2.1 + _ZN17QNearFieldManager11qt_metacastEPKc@Base 6.2.1 + _ZN17QNearFieldManager14targetDetectedEP16QNearFieldTarget@Base 6.2.1 + _ZN17QNearFieldManager16staticMetaObjectE@Base 6.2.1 + _ZN17QNearFieldManager18setUserInformationERK7QString@Base 6.2.1 + _ZN17QNearFieldManager19adapterStateChangedENS_12AdapterStateE@Base 6.2.1 + _ZN17QNearFieldManager19stopTargetDetectionERK7QString@Base 6.2.1 + _ZN17QNearFieldManager20startTargetDetectionEN16QNearFieldTarget12AccessMethodE@Base 6.2.1 + _ZN17QNearFieldManager22targetDetectionStoppedEv@Base 6.2.1 + _ZN17QNearFieldManagerC1EP24QNearFieldManagerPrivateP7QObject@Base 6.2.1 + _ZN17QNearFieldManagerC1EP7QObject@Base 6.2.1 + _ZN17QNearFieldManagerC2EP24QNearFieldManagerPrivateP7QObject@Base 6.2.1 + _ZN17QNearFieldManagerC2EP7QObject@Base 6.2.1 + _ZN17QNearFieldManagerD0Ev@Base 6.2.1 + _ZN17QNearFieldManagerD1Ev@Base 6.2.1 + _ZN17QNearFieldManagerD2Ev@Base 6.2.1 + _ZN18QNdefNfcIconRecord7setDataERK10QByteArray@Base 6.2.1 + _ZN18QNdefNfcTextRecord11setEncodingENS_8EncodingE@Base 6.2.1 + _ZN18QNdefNfcTextRecord7setTextE7QString@Base 6.2.1 + _ZN18QNdefNfcTextRecord9setLocaleERK7QString@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord10removeIconERK10QByteArray@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord10removeIconERK18QNdefNfcIconRecord@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord10setPayloadERK10QByteArray@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord11removeTitleERK18QNdefNfcTextRecord@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord11removeTitleERK7QString@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord11setTypeInfoERK7QString@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord15addIconInternalERK18QNdefNfcIconRecord@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord16addTitleInternalERK18QNdefNfcTextRecord@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord16convertToPayloadEv@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord6setUriERK17QNdefNfcUriRecord@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord6setUriERK4QUrl@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord7addIconERK10QByteArrayS2_@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord7addIconERK18QNdefNfcIconRecord@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord7cleanupEv@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord7setSizeEj@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord8addTitleERK18QNdefNfcTextRecord@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord8addTitleERK7QStringS2_N18QNdefNfcTextRecord8EncodingE@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord8setIconsERK5QListI18QNdefNfcIconRecordE@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord9setActionENS_6ActionE@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecord9setTitlesERK5QListI18QNdefNfcTextRecordE@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecordC1ERK11QNdefRecord@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecordC1ERKS_@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecordC1Ev@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecordC2ERK11QNdefRecord@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecordC2ERKS_@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecordC2Ev@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecordD1Ev@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecordD2Ev@Base 6.2.1 + _ZN25QNdefNfcSmartPosterRecordaSERKS_@Base 6.2.1 + _ZNK11QNdefFilter10orderMatchEv@Base 6.2.1 + _ZNK11QNdefFilter11recordCountEv@Base 6.2.1 + _ZNK11QNdefFilter5matchERK12QNdefMessage@Base 6.2.1 + (subst)_ZNK11QNdefFilter8recordAtE{qptrdiff}@Base 6.2.1 + _ZNK11QNdefRecord14typeNameFormatEv@Base 6.2.1 + _ZNK11QNdefRecord2idEv@Base 6.2.1 + _ZNK11QNdefRecord4typeEv@Base 6.2.1 + _ZNK11QNdefRecord7isEmptyEv@Base 6.2.1 + _ZNK11QNdefRecord7payloadEv@Base 6.2.1 + _ZNK11QNdefRecordeqERKS_@Base 6.2.1 + _ZNK12QNdefMessage11toByteArrayEv@Base 6.2.1 + _ZNK12QNdefMessageeqERKS_@Base 6.2.1 + _ZNK16QNearFieldTarget10metaObjectEv@Base 6.2.1 + _ZNK16QNearFieldTarget13accessMethodsEv@Base 6.2.1 + _ZNK16QNearFieldTarget15requestResponseERKNS_9RequestIdE@Base 6.2.1 + _ZNK16QNearFieldTarget16maxCommandLengthEv@Base 6.2.1 + _ZNK16QNearFieldTarget3uidEv@Base 6.2.1 + _ZNK16QNearFieldTarget4typeEv@Base 6.2.1 + _ZNK16QNearFieldTarget9RequestId7isValidEv@Base 6.2.1 + _ZNK16QNearFieldTarget9RequestId8refCountEv@Base 6.2.1 + _ZNK16QNearFieldTarget9RequestIdeqERKS0_@Base 6.2.1 + _ZNK16QNearFieldTarget9RequestIdltERKS0_@Base 6.2.1 + _ZNK16QNearFieldTarget9RequestIdneERKS0_@Base 6.2.1 + _ZNK17QNdefNfcUriRecord3uriEv@Base 6.2.1 + _ZNK17QNearFieldManager10metaObjectEv@Base 6.2.1 + _ZNK17QNearFieldManager11isSupportedEN16QNearFieldTarget12AccessMethodE@Base 6.2.1 + _ZNK17QNearFieldManager9isEnabledEv@Base 6.2.1 + _ZNK18QNdefNfcIconRecord4dataEv@Base 6.2.1 + _ZNK18QNdefNfcTextRecord4textEv@Base 6.2.1 + _ZNK18QNdefNfcTextRecord6localeEv@Base 6.2.1 + _ZNK18QNdefNfcTextRecord8encodingEv@Base 6.2.1 + (subst)_ZNK25QNdefNfcSmartPosterRecord10iconRecordE{qptrdiff}@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord10titleCountEv@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord11hasTypeInfoEv@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord11iconRecordsEv@Base 6.2.1 + (subst)_ZNK25QNdefNfcSmartPosterRecord11titleRecordE{qptrdiff}@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord12titleRecordsEv@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord3uriEv@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord4iconERK10QByteArray@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord4sizeEv@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord5titleERK7QString@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord6actionEv@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord7hasIconERK10QByteArray@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord7hasSizeEv@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord8hasTitleERK7QString@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord8typeInfoEv@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord9hasActionEv@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord9iconCountEv@Base 6.2.1 + _ZNK25QNdefNfcSmartPosterRecord9uriRecordEv@Base 6.2.1 + _ZSt19piecewise_construct@Base 6.4.2 + _ZTI16QNearFieldTarget@Base 6.2.1 + _ZTI17QNearFieldManager@Base 6.2.1 + _ZTS16QNearFieldTarget@Base 6.2.1 + _ZTS17QNearFieldManager@Base 6.2.1 + _ZTV16QNearFieldTarget@Base 6.2.1 + _ZTV17QNearFieldManager@Base 6.2.1 diff --git a/not-installed b/not-installed new file mode 100644 index 0000000..2f78675 --- /dev/null +++ b/not-installed @@ -0,0 +1,4 @@ +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/6.* +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/6.* +usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_bluetooth_private.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_nfc_private.pri diff --git a/qt6-connectivity-dev.install b/qt6-connectivity-dev.install new file mode 100644 index 0000000..263d4d6 --- /dev/null +++ b/qt6-connectivity-dev.install @@ -0,0 +1,104 @@ +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QBluetoothAddress +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QBluetoothDeviceDiscoveryAgent +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QBluetoothDeviceInfo +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QBluetoothHostInfo +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QBluetoothLocalDevice +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QBluetoothServer +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QBluetoothServiceDiscoveryAgent +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QBluetoothServiceInfo +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QBluetoothSocket +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QBluetoothUuid +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QLowEnergyAdvertisingData +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QLowEnergyAdvertisingParameters +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QLowEnergyCharacteristic +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QLowEnergyCharacteristicData +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QLowEnergyConnectionParameters +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QLowEnergyController +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QLowEnergyDescriptor +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QLowEnergyDescriptorData +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QLowEnergyHandle +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QLowEnergyService +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QLowEnergyServiceData +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QtBluetooth +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QtBluetoothDepends +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/QtBluetoothVersion +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qbluetooth.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qbluetoothaddress.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qbluetoothdevicediscoveryagent.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qbluetoothdeviceinfo.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qbluetoothhostinfo.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qbluetoothlocaldevice.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qbluetoothserver.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qbluetoothservicediscoveryagent.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qbluetoothserviceinfo.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qbluetoothsocket.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qbluetoothuuid.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qlowenergyadvertisingdata.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qlowenergyadvertisingparameters.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qlowenergycharacteristic.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qlowenergycharacteristicdata.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qlowenergyconnectionparameters.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qlowenergycontroller.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qlowenergydescriptor.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qlowenergydescriptordata.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qlowenergyservice.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qlowenergyservicedata.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qtbluetooth-config.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qtbluetoothexports.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qtbluetoothglobal.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtBluetooth/qtbluetoothversion.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/QNdefFilter +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/QNdefMessage +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/QNdefNfcIconRecord +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/QNdefNfcSmartPosterRecord +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/QNdefNfcTextRecord +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/QNdefNfcUriRecord +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/QNdefRecord +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/QNearFieldManager +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/QNearFieldTarget +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/QtNfc +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/QtNfcDepends +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/QtNfcVersion +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/qndeffilter.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/qndefmessage.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/qndefnfcsmartposterrecord.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/qndefnfctextrecord.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/qndefnfcurirecord.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/qndefrecord.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/qnearfieldmanager.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/qnearfieldtarget.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/qtnfc-config.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/qtnfcexports.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/qtnfcglobal.h +usr/include/${DEB_HOST_MULTIARCH}/qt6/QtNfc/qtnfcversion.h +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6/FindBlueZ.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6/FindPCSCLite.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Bluetooth/Qt6BluetoothAdditionalTargetInfo.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Bluetooth/Qt6BluetoothConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Bluetooth/Qt6BluetoothConfigVersion.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Bluetooth/Qt6BluetoothConfigVersionImpl.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Bluetooth/Qt6BluetoothDependencies.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Bluetooth/Qt6BluetoothTargets-none.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Bluetooth/Qt6BluetoothTargets.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Bluetooth/Qt6BluetoothVersionlessTargets.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6BuildInternals/StandaloneTests/QtConnectivityTestsConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Nfc/Qt6NfcAdditionalTargetInfo.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Nfc/Qt6NfcConfig.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Nfc/Qt6NfcConfigVersion.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Nfc/Qt6NfcConfigVersionImpl.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Nfc/Qt6NfcDependencies.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Nfc/Qt6NfcTargets-none.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Nfc/Qt6NfcTargets.cmake +usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Nfc/Qt6NfcVersionlessTargets.cmake +usr/lib/${DEB_HOST_MULTIARCH}/libQt6Bluetooth.prl +usr/lib/${DEB_HOST_MULTIARCH}/libQt6Bluetooth.so +usr/lib/${DEB_HOST_MULTIARCH}/libQt6Nfc.prl +usr/lib/${DEB_HOST_MULTIARCH}/libQt6Nfc.so +usr/lib/${DEB_HOST_MULTIARCH}/metatypes/qt6bluetooth_none_metatypes.json +usr/lib/${DEB_HOST_MULTIARCH}/metatypes/qt6nfc_none_metatypes.json +usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/Qt6Bluetooth.pc +usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/Qt6Nfc.pc +usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_bluetooth.pri +usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/qt_lib_nfc.pri +usr/share/qt6/modules/Bluetooth.json +usr/share/qt6/modules/Nfc.json diff --git a/rules b/rules new file mode 100755 index 0000000..0d56bff --- /dev/null +++ b/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +include /usr/share/dpkg/architecture.mk + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto + +%: + dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja + +override_dh_auto_configure: + dh_auto_configure -- \ + --log-level=STATUS \ + -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) + +execute_after_dh_auto_install: + # Reproducible builds: remove build paths from .prl files + sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt6*.prl diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/source/lintian-overrides b/source/lintian-overrides new file mode 100644 index 0000000..fe4f5fd --- /dev/null +++ b/source/lintian-overrides @@ -0,0 +1,10 @@ +# Lintian gives a false positive for the globbing order. +# See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970274 +qt6-connectivity source: globbing-patterns-out-of-order debian/copyright examples/* *.qdoc examples/bluetooth/btchat/doc/src/btchat.qdoc +qt6-connectivity source: globbing-patterns-out-of-order debian/copyright examples/* *.qdoc examples/bluetooth/btscanner/doc/src/btscanner.qdoc +qt6-connectivity source: globbing-patterns-out-of-order debian/copyright examples/* *.qdoc examples/bluetooth/heartrate-game/doc/src/heartrate-game.qdoc +qt6-connectivity source: globbing-patterns-out-of-order debian/copyright examples/* *.qdoc examples/bluetooth/heartrate-server/doc/src/heartrate-server.qdoc +qt6-connectivity source: globbing-patterns-out-of-order debian/copyright examples/* *.qdoc examples/bluetooth/lowenergyscanner/doc/src/lowenergyscanner.qdoc +qt6-connectivity source: globbing-patterns-out-of-order debian/copyright examples/* *.qdoc examples/bluetooth/pingpong/doc/src/pingpong.qdoc +qt6-connectivity source: globbing-patterns-out-of-order debian/copyright examples/* *.qdoc examples/nfc/annotatedurl/doc/src/annotatedurl.qdoc +qt6-connectivity source: globbing-patterns-out-of-order debian/copyright examples/* *.qdoc examples/nfc/ndefeditor/doc/src/ndefeditor.qdoc diff --git a/watch b/watch new file mode 100644 index 0000000..45e94dc --- /dev/null +++ b/watch @@ -0,0 +1,2 @@ +version=4 +https://download.qt.io/archive/qt/([\d\.]*)/([\d\.]*)/submodules/qtconnectivity-everywhere-src-(.*)\.tar\.xz -- 2.30.2