nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ dk_button_handler_remove()

int dk_button_handler_remove ( struct button_handler handler)

#include <include/dk_buttons_and_leds.h>

Remove a dynamic button handler callback.

Parameters
[in]handlerHandler to remove.
Return values
0Successfully removed the handler.
-ENOENTThis button handler was not present.