9#ifndef QTPOKIT_POKITDISCOVERYAGENT_H
10#define QTPOKIT_POKITDISCOVERYAGENT_H
14#include <QBluetoothDeviceDiscoveryAgent>
16QTPOKIT_BEGIN_NAMESPACE
18class PokitDiscoveryAgentPrivate;
35 #if (QT_VERSION >= QT_VERSION_CHECK(5, 12, 0))
41 PokitDiscoveryAgentPrivate * d_ptr;
50 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.