13 #include <QBluetoothDeviceInfo> 14 #include <QLowEnergyController> 26 QSharedPointer<CyberJackWaveDevice> mDevice;
28 QScopedPointer<Card> mCard;
34 void onInitialized(
const QBluetoothDeviceInfo& pInfo);
35 void onDisconnected(
const QBluetoothDeviceInfo& pInfo);
36 void onError(QLowEnergyController::Error pError);
37 void onStatusCharacteristicChanged(
const QByteArray& pValue);
44 explicit BluetoothReader(
const QSharedPointer<CyberJackWaveDevice>& pDevice);
void fireReaderConnectionFailed(const QString &pReaderName)
void connectReader() override
Definition: BluetoothReader.cpp:50
Definition: BluetoothReader.h:20
void fireReaderConnected(const QString &pReaderName)
CardEvent
Definition: Reader.h:23
Card * getCard() const override
Definition: BluetoothReader.cpp:39
void disconnectReader(const QString &pError=QString()) override
Definition: BluetoothReader.cpp:90
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:14
BluetoothReader(const QSharedPointer< CyberJackWaveDevice > &pDevice)
Definition: BluetoothReader.cpp:23