nRF Connect SDK API 0.1.0
|
int ssf_client_notif_register | ( | struct ssf_client_notif_listener * | listener, |
void * | context | ||
) |
Register a listener. Enables the listener's handler to be called when receiving notifications from server with associated service id.
[in] | listener | The listener to register. |
[in] | context | Optional user context passed to handler function when a notification is received. |