nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ nrf_rpc_cbkproxy_in_set()

int nrf_rpc_cbkproxy_in_set ( void *  callback)

#include <include/nrf_rpc/nrf_rpc_cbkproxy.h>

Sets input callback proxy.

Calling the function again with the same callback parameter will not allocate new slot, but it will return previously allocated.

Parameters
callbackCallback function.
Returns
Slot number or -1 if no more slots are available.