summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-06-06 17:08:05 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-06-16 14:17:25 +0200
commit9f973ffb423b9c6721162ede29e18b7950152a08 (patch)
tree8b1e01c41625f5631fed4c8762e90b66cb256c26 /src/bluetooth/qbluetoothsocket_p.h
parent9ad271c1448e1d08ccfece022fc2a8c571a6fd1f (diff)
Connect to BTLE device
Change-Id: Iaae61b6a872124d17855d80d106f2b10996501de Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/bluetooth/qbluetoothsocket_p.h')
-rw-r--r--src/bluetooth/qbluetoothsocket_p.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bluetooth/qbluetoothsocket_p.h b/src/bluetooth/qbluetoothsocket_p.h
index 63309069..2c44bb0c 100644
--- a/src/bluetooth/qbluetoothsocket_p.h
+++ b/src/bluetooth/qbluetoothsocket_p.h
@@ -187,6 +187,11 @@ private slots:
void controlReply(ppsResult result);
void controlEvent(ppsResult result);
#endif
+
+#ifdef QT_BLUEZ_BLUETOOTH
+public:
+ bool isLowEnergySocket;
+#endif
};