Index: sources/view/settings/VBluetooth.cpp =================================================================== diff -u -r7bb28b34d5337c6fe8669ee797e0312639c0e02f -r9e2abbe568ea8bcf1a9ee955c56a0bfd840c2840 --- sources/view/settings/VBluetooth.cpp (.../VBluetooth.cpp) (revision 7bb28b34d5337c6fe8669ee797e0312639c0e02f) +++ sources/view/settings/VBluetooth.cpp (.../VBluetooth.cpp) (revision 9e2abbe568ea8bcf1a9ee955c56a0bfd840c2840) @@ -105,7 +105,6 @@ */ void View::VBluetooth::onStateChange(const BluetoothData &vData) { - pairedAddr(""); Model::MBluetooth::InterfaceStates state = vData.state; if ( state == MBluetooth::eIS_Local_Error_POST ) { isInvalid( true ); @@ -129,6 +128,7 @@ break; case MBluetooth::eIS_Scan_Start : + pairedAddr(""); scanEnabled(false); // disable the scan button while the device is scanning reset(); break; @@ -189,6 +189,8 @@ error (vData.error ); notify( state ); + + //DEBUG: qDebug()<< "bt state : " << state << " currently paired to addr: "<< _pairedAddr; } /*!