nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_rpc_set_bound_handler()

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.

Parameters
bound_handlerBound handler.