![]() |
nrfxlib API 3.3.99
|
| typedef void(* nrf_rpc_os_work_t) (const uint8_t *data, size_t len) |
#include <nrf_rpc/template/nrf_rpc_os_tmpl.h>
Work callback that will be called from thread pool.
| data | Data passed from nrf_rpc_os_thread_pool_send. |
| len | Data length. |