9#ifndef QTPOKIT_POKITDISCOVERYAGENT_P_H
10#define QTPOKIT_POKITDISCOVERYAGENT_P_H
14#include <QBluetoothDeviceDiscoveryAgent>
15#include <QBluetoothDeviceInfo>
16#include <QLoggingCategory>
32 void canceled()
const;
34 #if (QT_VERSION >= QT_VERSION_CHECK(5, 12, 0))
38 void finished()
const;
46 friend class TestPokitDiscoveryAgent;
The PokitDiscoveryAgentPrivate class provides private implementation for PokitDiscoveryAgent.
static Q_LOGGING_CATEGORY(lc, "pokit.ble.discovery", QtInfoMsg)
Logging category.
PokitDiscoveryAgent * q_ptr
Internal q-pointer.
The PokitDiscoveryAgent class discovers nearby Pokit devices.
Global QtPokit library macros.
#define QTPOKIT_BEGIN_NAMESPACE
Macro for starting the QtPokit library's top-most namespace (if one is defined).
#define QTPOKIT_EXPORT
QtPokit library export/import macro.
#define QTPOKIT_END_NAMESPACE
Macro for ending the QtPokit library's top-most namespace (if one is defined).