![]() |
nRF5 SDK
v15.0.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
Module for sending BSP events over CLI. More...
Functions | |
ret_code_t | bsp_cli_init (bsp_event_callback_t callback) |
Function for initializing the BSP over CLI Module. More... | |
Module for sending BSP events over CLI.
The module uses Command Line Interface and enables user to send events to BSP. They are later handled by the event handler provided. Available commands:
ret_code_t bsp_cli_init | ( | bsp_event_callback_t | callback | ) |
Function for initializing the BSP over CLI Module.
Before calling this function, the BSP module must be initialized.
[in] | callback | Function to be called when event is recevied. |
NRF_SUCCESS | If initialization was successful. |