Index: sources/bluetooth/BluetoothInterface.h =================================================================== diff -u -r7bb28b34d5337c6fe8669ee797e0312639c0e02f -r8247dc0f182707a9689f719e2d386e640440c55b --- sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 7bb28b34d5337c6fe8669ee797e0312639c0e02f) +++ sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 8247dc0f182707a9689f719e2d386e640440c55b) @@ -168,8 +168,8 @@ void interpretBloodPressure (const QByteArray &vData); void interpretInformation (); void interpretBattery (const QByteArray &vData); + bool getIsCurrentlyPaired (); - signals: void didStateChange (const BluetoothData &vData); void didActionReceive (const UIBloodPressureData &vData);