Index: sources/bluetooth/BluetoothInterface.h =================================================================== diff -u -r1d6adeff8df4dc9395d6a2aee3c7f33d903c4711 -reb6e7c4cd003132f309ac54b436e93a72e599975 --- sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 1d6adeff8df4dc9395d6a2aee3c7f33d903c4711) +++ sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision eb6e7c4cd003132f309ac54b436e93a72e599975) @@ -80,6 +80,9 @@ public: bool isValid( ) const { return _isValid ; } void valid(bool vValid) { _isValid = vValid; } + void mimic(const quint16 vSystolic , + const quint16 vDiastolic , + const quint16 vPulseRate ); protected: void timerEvent(QTimerEvent *event) override; @@ -160,6 +163,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);