nRF RPC utility commands
This library implements various RPC commands that cannot be categorized into existing command libraries due to their distinct functionalities.
Configuration
To use this library, enable the CONFIG_NRF_RPC_UTILS Kconfig option.
Additionally, you must specify the RPC role for this library by enabling one of the following Kconfig options:
CONFIG_NRF_RPC_UTILS_CLIENT- Use this option for the client that sends RPC commands to a remote device.CONFIG_NRF_RPC_UTILS_SERVER- Use this option for the server that receives RPC commands.
Depending on your application’s requirements, you can also include support for specific RPC commands with the following Kconfig options:
Dependencies
The library has the following dependency:
API documentation
Header files:
include/nrf_rpc/rpc_utilsSource files:
subsys/nrf_rpc/rpc_utils