From 228b54c723a2f05e493eab6b67dece29ab7de687 Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Fri, 5 Dec 2014 10:58:47 +0100 Subject: Bluetooth example - lowenergyscanner (OS X and iOS) Core Bluetooth hides addresses and uses unique UUIDs instead. This patch updates/adjusts lowenergyscanner example to work with UUIDs on iOS and OS X instead of (empty on these platforms) device addresses. Change-Id: Iad0b35250f434b736616fe60e356f2088e6dc279 Reviewed-by: Alex Blasche --- examples/bluetooth/lowenergyscanner/device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/bluetooth/lowenergyscanner/device.h') diff --git a/examples/bluetooth/lowenergyscanner/device.h b/examples/bluetooth/lowenergyscanner/device.h index a12f9e0e..756209da 100644 --- a/examples/bluetooth/lowenergyscanner/device.h +++ b/examples/bluetooth/lowenergyscanner/device.h @@ -119,6 +119,7 @@ private: QList devices; QList m_services; QList m_characteristics; + QString m_previousAddress; QString m_message; bool connected; QLowEnergyController *controller; -- cgit v1.2.3