nrfxlib API 0.1.0
|
void nrf_rpc_free_tx_buf | ( | const struct nrf_rpc_group * | group, |
uint8_t * | buf | ||
) |
#include <nrf_rpc/include/nrf_rpc.h>
Deallocates Tx buffer.
It should be used only if packet was allocated but it is not sent by any transport.
[in] | group | nRF RPC group. |
[in] | buf | Previously allocated buffer for Tx packet. |