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;
PokitDiscoveryAgent(const QBluetoothAddress &deviceAdapter, QObject *parent=nullptr)
Constructs a new Pokit device discovery agent with parent, using deviceAdapter for the search device.
Definition pokitdiscoveryagent.cpp:30
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.
QBluetoothDeviceDiscoveryAgent(QObject *parent)
QObject * parent() const const
Global QtPokit library macros.