![]() |
nrfxlib API 3.3.99
|
| 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. |