summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qlowenergycontroller_osx_p.h
diff options
context:
space:
mode:
authorKevron Rees <tripzero.kev@gmail.com>2015-03-30 22:28:35 -0700
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-12 09:00:42 +0000
commit26009d55b503e4bffbddf1f68530797ef81a1127 (patch)
tree5205ff1e1276e6b6b206e481dc42c91957cf6c6c /src/bluetooth/qlowenergycontroller_osx_p.h
parent68e8dbcecbac24fbc42c2d50251b5dc410eb106f (diff)
add remoteName() method to QLowEnergyController
Task-number: QTBUG-45435 Change-Id: I3ded6bf88d3980481e386073ce160d5d54520034 Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com>
Diffstat (limited to 'src/bluetooth/qlowenergycontroller_osx_p.h')
-rw-r--r--src/bluetooth/qlowenergycontroller_osx_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/qlowenergycontroller_osx_p.h b/src/bluetooth/qlowenergycontroller_osx_p.h
index 96af6db0..1a4d5707 100644
--- a/src/bluetooth/qlowenergycontroller_osx_p.h
+++ b/src/bluetooth/qlowenergycontroller_osx_p.h
@@ -131,6 +131,7 @@ private:
QLowEnergyController *q_ptr;
QBluetoothUuid deviceUuid;
+ QString deviceName;
// To be sure we set controller's state correctly
// (Connecting or Connected) we have to know if we're
// still inside connectToDevice - this is important,