![]() |
nrfxlib API 3.3.99
|
| typedef void(* nrf_rpc_tr_receive_handler_t) (const struct nrf_rpc_tr *transport, const uint8_t *packet, size_t len, void *context) |
Packet receive handler callback.
| transport | nRF RPC transport instance. |
| packet | Received packet. |
| len | Length of the packet. |
| context | User data. |