BLE autoconnect support with last version Android NRF Toolbox 3.1.3

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
Parents Reply
  • 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()

     

Children
No Data
Related