![]() |
nrfxlib API 3.3.99
|
| int nrf_rpc_setup | ( | nrf_rpc_err_handler_t | err_handler, |
| nrf_rpc_group_bound_handler_t | bound_handler ) |
#include <nrf_rpc/include/nrf_rpc.h>
Initialize the nRF RPC internal state.
Sets up all variables related to nRF RPC, including contexts, groups, and transports. It does not initiate any communication with the peer.
| err_handler | Error handler that will be called to report an error in the nRF RPC. |
| bound_handler | Bound handler that will be called when a group is bound with the peer. |