summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/android/localdevicebroadcastreceiver_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-03-04 11:05:08 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-11 10:59:00 +0100
commit54ba9be8850dc7fbeb7151ed5579a22965851008 (patch)
tree9e50ea80992a8dc442f21d04d81f98f7b8f672cb /src/bluetooth/android/localdevicebroadcastreceiver_p.h
parentb2cd03fb14c9727e23d5ada409551ab236d1abc6 (diff)
Android: Don't directly use java field values
Action strings were previously converted. This patch fixes all non-action fields. Task-number: QTBUG-36810 Change-Id: I4011c619e900dcb4137c6552046f0342327a7288 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/bluetooth/android/localdevicebroadcastreceiver_p.h')
-rw-r--r--src/bluetooth/android/localdevicebroadcastreceiver_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bluetooth/android/localdevicebroadcastreceiver_p.h b/src/bluetooth/android/localdevicebroadcastreceiver_p.h
index ddd65d92..4059b3bb 100644
--- a/src/bluetooth/android/localdevicebroadcastreceiver_p.h
+++ b/src/bluetooth/android/localdevicebroadcastreceiver_p.h
@@ -65,6 +65,9 @@ signals:
private:
int previousScanMode;
QAndroidJniObject pairingDevice;
+
+ int bondingModePreset[3];
+ int hostModePreset[3];
};
QT_END_NAMESPACE