![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| uint32_t ble_conn_params_evt_handler_set | ( | ble_conn_params_evt_handler_t | handler | ) |
#include <ble_conn_params.h>
Set a handler function to receive events.
The handler is optional. If no handler is set, no events are sent to the application.
| handler | Handler. |
| NRF_SUCCESS | On success. |
| NRF_ERROR_NULL | If handler is NULL. |