nrfxlib API 0.1.0
|
int nrf_rpc_rsp | ( | const struct nrf_rpc_group * | group, |
uint8_t * | packet, | ||
size_t | len | ||
) |
#include <nrf_rpc/include/nrf_rpc.h>
Send a response.
group | Group that response belongs to. |
packet | Packet allocated by nrf_rpc_alloc_tx_buf and filled with encoded data. |
len | Length of the packet. Can be smaller than allocated. |