Hello,
We use nrf-connect-sdk v1.9.1 (Zephyr v2.7 LTS)
We have a set of network devices. Both routers as sleepy-end-devices.
The sleepy-end-devices connect to the network and stay in connected state as sleepy-end-devices.
However when we disconnect (remove power of) a (border)router, there is no notify in state change handler ( void ot_state_changed_handler(uint32_t flags, void *context) ).
With sending new messages, there is just no response, but no error code that the network connection is interrupted. And device stays in connected state.
Can we enable disconnection handling?
Or it there a Openthread API function to check whether current connection state / link / parent is still valid?
Thanks in advance!
Maurice