nRF Connect SDK API 2.8.99
|
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. |