nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ rx_buf_free

void(* nrf_rpc_tr_api::rx_buf_free) (const struct nrf_rpc_tr *transport, void *buf)

Function for free allocated Rx buffer.

Note
This function is optional. It is used only when transport requires to explicitly free Rx buffer.
Parameters
[in]transportnRF RPC transport instance.
[in]bufRx buffer to free.