nRF Connect SDK API 0.1.0
|
int ssf_client_notif_decode | ( | const struct ssf_notification * | notif, |
void * | decoded_notif | ||
) |
Decode a received notification.
[in] | notif | A pointer to the incoming notification. |
[out] | decoded_notif | A pointer to a (zcbor) structure, allocated by the caller, to be populated by the associated listener's decode function. |