Index: sources/bluetooth/BluetoothInterface.h =================================================================== diff -u -r93cb2e56782aa64aafb2b69ec526a5e49ffdf1c7 -r068426e216f9ae5bc4879e4f75bf0f346e33a1ae --- sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 93cb2e56782aa64aafb2b69ec526a5e49ffdf1c7) +++ sources/bluetooth/BluetoothInterface.h (.../BluetoothInterface.h) (revision 068426e216f9ae5bc4879e4f75bf0f346e33a1ae) @@ -67,7 +67,7 @@ QBluetoothDeviceInfo _temp ; - bool _connectionActive = false ; + bool _reconnectionActive = false ; const quint16 _interval = 1000 ; // the interface timer base interval in mSec public: // 19 total bytes @@ -147,7 +147,8 @@ bool isDetailValid (const QLowEnergyCharacteristic &vDetail); bool isDeviceSupported ( const QString &vName ); - bool connectToDevice (); + bool connectToDevice (); + bool reconnectToDevice (); void discoverServices (); void discoverServicesDetails();