Index: sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml =================================================================== diff -u -rb7c9de054c6b7a1ca4bac9fbb0ec5d4ac06620a9 -r2b90169339a65399c03c31d1a40adffee87e7719 --- sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml (.../SettingsBluetoothCuff.qml) (revision b7c9de054c6b7a1ca4bac9fbb0ec5d4ac06620a9) +++ sources/gui/qml/pages/settings/SettingsBluetoothCuff.qml (.../SettingsBluetoothCuff.qml) (revision 2b90169339a65399c03c31d1a40adffee87e7719) @@ -119,7 +119,11 @@ } Connections { target: vDevice onBluetoothPairedResetChanged : { - vBluetooth.doScan() + // DEBUG: console.debug("bluetoothPairedReset", vbluetoothPairedReset, vDevice.accepted, vDevice.reason, vDevice.status) + // NOTE : vbluetoothPairedReset eq vDevice.reason + if ( vDevice.accepted ) { + vBluetooth.doScan() + } } }