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

◆ ssf_notif_handler

typedef int(* ssf_notif_handler) (struct ssf_notification *notif, void *context)

SSF notification handler prototype.

Parameters
[in]notifA pointer to the incoming notification.
[in]contextOptional user context.
Returns
0 on success, otherwise a negative errno.