summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/android/localdevicebroadcastreceiver_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/android/localdevicebroadcastreceiver_p.h')
-rw-r--r--src/bluetooth/android/localdevicebroadcastreceiver_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/android/localdevicebroadcastreceiver_p.h b/src/bluetooth/android/localdevicebroadcastreceiver_p.h
index 190ae631..c3830c8c 100644
--- a/src/bluetooth/android/localdevicebroadcastreceiver_p.h
+++ b/src/bluetooth/android/localdevicebroadcastreceiver_p.h
@@ -58,6 +58,7 @@ public:
explicit LocalDeviceBroadcastReceiver(QObject *parent = 0);
virtual ~LocalDeviceBroadcastReceiver() {}
virtual void onReceive(JNIEnv *env, jobject context, jobject intent);
+ virtual void onReceiveLeScan(JNIEnv *, jobject, jint) {}
bool pairingConfirmation(bool accept);
signals: