Index: sources/bluetooth/BluetoothInterface.h =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r8c92a0d2fc6cb6475f502153dcbb0dacc7660021 --- sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 8c92a0d2fc6cb6475f502153dcbb0dacc7660021) @@ -24,7 +24,7 @@ // Project #include "main.h" // Doxygen : do not remove #include "MBluetooth.h" -#include "MUIBloodPressureData.h" +//#include "MUIBloodPressureData.h" #include "DeviceModels.h" // Define @@ -82,9 +82,6 @@ public: bool isValid( ) const { return _isValid ; } void valid(bool vValid) { _isValid = vValid; } - void mimic(quint16 vSystolic , - quint16 vDiastolic , - quint16 vPulseRate ); protected: void timerEvent(QTimerEvent *event) override; @@ -164,14 +161,11 @@ void printCharacteristics (QLowEnergyService *vService); void notifyStateChange (const BluetoothData &vData); - void notifyBloodPressure (const MUIBloodPressure &vModel); - void interpretBloodPressure (const QByteArray &vData); void interpretInformation (); void interpretBattery (const QByteArray &vData); signals: void didStateChange (const BluetoothData &vData); - void didActionReceive (const UIBloodPressureData &vData); void didDeviceChange (const BluetoothDeviceData &vDevice); void didDeviceSelect (const BluetoothDeviceData &vDevice);