Hello
Before we just have to overwrite shouldAutoConnect to enable an automatic reconnection
Is autoconnect supported on Android NRF toolbox 3.1.3 (kotlin implementation) ?
How can we do it ?
Thanks
Hello
Before we just have to overwrite shouldAutoConnect to enable an automatic reconnection
Is autoconnect supported on Android NRF toolbox 3.1.3 (kotlin implementation) ?
How can we do it ?
Thanks
Found was still there:
connect(device.device)
.useAutoConnect(true)
.retry(3, 100)
.suspend()
Thanks, have tried it works device have been sucessfully reconnected, just NRF UART UI doesn't handle the reconnection notification correctly and stays in screen connecting
2022-09-27 17:26:21.196 25068-25068/no.nordicsemi.android.nrftoolbox D/BLE-CONNECTION: onDeviceReady()
2022-09-27 17:27:01.427 25068-25068/no.nordicsemi.android.nrftoolbox D/BLE-CONNECTION: onDeviceDisconnected(), reason: 3
2022-09-27 17:27:30.310 25068-25068/no.nordicsemi.android.nrftoolbox D/BLE-CONNECTION: onDeviceConnected()
2022-09-27 17:27:31.077 25068-25068/no.nordicsemi.android.nrftoolbox D/BLE-CONNECTION: onDeviceReady()
