summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/bluetoothdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/bluetoothdevice.h')
-rw-r--r--tradeshow/iot-sensortag/bluetoothdevice.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/tradeshow/iot-sensortag/bluetoothdevice.h b/tradeshow/iot-sensortag/bluetoothdevice.h
index 2c4b1d1..1a37448 100644
--- a/tradeshow/iot-sensortag/bluetoothdevice.h
+++ b/tradeshow/iot-sensortag/bluetoothdevice.h
@@ -168,19 +168,19 @@ private:
double convertIrTemperatureAPIReadingToCelsius(quint16 rawReading);
bool isDeviceReady() const;
- QLowEnergyController *controller;
- QLowEnergyService* irTemperatureService;
- QLowEnergyService* baroService;
- QLowEnergyService* humidityService;
- QLowEnergyService* lightService;
- QLowEnergyService* motionService;
+ QLowEnergyController *m_controller;
+ QLowEnergyService* m_irTemperatureService;
+ QLowEnergyService* m_baroService;
+ QLowEnergyService* m_humidityService;
+ QLowEnergyService* m_lightService;
+ QLowEnergyService* m_motionService;
DeviceState m_deviceState;
bool m_temperatureMeasurementStarted;
bool m_barometerMeasurementStarted;
bool m_humidityMeasurementStarted;
bool m_lightIntensityMeasurementStarted;
bool m_motionMeasurementStarted;
- quint64 lastMilliseconds;
+ quint64 m_lastMilliseconds;
QBluetoothDeviceInfo m_deviceInfo;