nRF Connect SDK API 2.8.99
|
int lte_lc_deregister_handler | ( | lte_lc_evt_handler_t | handler | ) |
#include <include/modem/lte_lc.h>
De-register handler for LTE events.
[in] | handler | Event handler. |
0 | if successful. |
-ENXIO | if the handler was not found. |
-EINVAL | if the handler was a NULL pointer. |