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()
Found was still there:
connect(device.device)
.useAutoConnect(true)
.retry(3, 100)
.suspend()