Index: sources/bluetooth/BluetoothInterface.h =================================================================== diff -u -r9ae3b0d6624904693329309aaf8ff02784c17184 -r093155324dda47cba65693b72a2d1b0290d0c29a --- sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 9ae3b0d6624904693329309aaf8ff02784c17184) +++ sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 093155324dda47cba65693b72a2d1b0290d0c29a) @@ -78,6 +78,9 @@ 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; @@ -156,6 +159,7 @@ 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);