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

◆ tx_buf_free

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

Function for free allocated Tx buffer.

This is only called when allocated packet was not sent, because normally send function deallocates packet when it is no longer needed.

Parameters
[in]transportnRF RPC transport instance.
[in]bufTx buffer to free.