![]() |
nrfxlib API 3.3.99
|
| void nrf_rpc_stop | ( | bool | cleanup | ) |
#include <nrf_rpc/include/nrf_rpc.h>
Temporarily suspend all RPC communication.
Calling this function automatically fails all communication until nrf_rpc_resume is called. It also causes all pending commands to fail immediately.
| cleanup | set to true to also invoke all the custom cleanup handlers. |