Hi,
I'm using the example "ble_central/ble_app_uart_c" of nRF5_SDK_17.0.2. Connection to peripheral workes fine.
If the central re-starts while a connection is established, the peripheral get a "disconnect" event and wait for a new connection.
If the peripheral re-starts while a connection is established, the central get no "disconnect" event and runs into fatal error.
So, how to set up central, to handle a "disconnect" by timeout?
Thanks for helping!
