![]() |
nrfxlib API 3.3.99
|
| void nrf_rpc_set_bound_handler | ( | nrf_rpc_group_bound_handler_t | bound_handler | ) |
#include <nrf_rpc/include/nrf_rpc.h>
Register a global bound handler.
Registers a global handler that is called each time the remote peer binds to a local group. This can be used by the application to detect that the peer has restarted, to reset any local state associated with the peer.
| bound_handler | Bound handler. |