nrfxlib API 2.8.99
|
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.
[in] | transport | nRF RPC transport instance. |
[in] | buf | Tx buffer to free. |