Question for adl_fcmReleaseCredits()

Hi gurus,

I wanted to clarify about the term “credits” in adl_fcmReleaseCredits(u8 Handle, u8 NbCredits).

  • based on the documentation.
    Does “the number of credits” mean “the number of bytes” for this flow?
    If it is the number of bytes, so when I do “adl_fcmReleaseCredits(my_handle, 1)”, does this mean that it will only release one byte?

Thanks.

Hi,
you can refer the application note http://source.sierrawireless.com/resources/airprime/application_notes_and_code_samples/using-fcm-flow—application-note-and-code-example/
As per this application note:
The “credits” represent the number of data blocks received by the embedded application and sent through FCM layer.

Thanks,
Alex