AusweisApp2
BluetoothReaderManagerPlugIn_p.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
10 
11 namespace governikus
12 {
13 
15  : public QObject
16 {
17  Q_OBJECT
18  Q_DECLARE_PUBLIC(BluetoothReaderManagerPlugIn)
19 
20  BluetoothReaderManagerPlugIn* const q_ptr;
22 
23  public Q_SLOTS:
24  void onBluetoothStatusChanged(bool pEnabled);
25 
26  private Q_SLOTS:
27  void init();
28  void onScanStart();
29  void handlePairedDevices();
30  void onDeviceDiscoveryCanceled();
31 };
32 
33 
34 } // namespace governikus
Definition: BluetoothReaderManagerPlugIn_p.h:16
void onBluetoothStatusChanged(bool pEnabled)
Definition: BluetoothReaderManagerPlugIn_p_android.cpp:75
Definition: BluetoothReaderManagerPlugIn.h:25
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15