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

◆ location_handler_deregister()

int location_handler_deregister ( location_event_handler_t  handler)

#include <include/modem/location.h>

Deregister handler for location events.

Parameters
[in]handlerEvent handler.
Returns
0 on success, or negative error code on failure.
Return values
-EINVALThe handler was not found or it was a NULL pointer.