9#ifndef QTPOKIT_POKITDISCOVERYAGENT_H
10#define QTPOKIT_POKITDISCOVERYAGENT_H
14#include <QBluetoothDeviceDiscoveryAgent>
16QTPOKIT_BEGIN_NAMESPACE
18class PokitDiscoveryAgentPrivate;
39 #if (QT_VERSION >= QT_VERSION_CHECK(5, 12, 0))
45 PokitDiscoveryAgentPrivate * d_ptr;
54 friend class TestPokitDiscoveryAgent;
The PokitDiscoveryAgent class discovers nearby Pokit devices.
Definition: pokitdiscoveryagent.h:21
void pokitDeviceUpdated(const QBluetoothDeviceInfo &info, QBluetoothDeviceInfo::Fields updatedFields)
This signal is emitted when the Pokit device described by info is updated.
void pokitDeviceDiscovered(const QBluetoothDeviceInfo &info)
This signal is emitted when the Pokit device described by info is discovered.
Global QtPokit library macros.