nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_modem_trace_processed()

int nrf_modem_trace_processed ( size_t  len)

#include <nrf_modem/include/nrf_modem_trace.h>

Notify the Modem library that the application has completed processing of trace data.

The application must call this function to let the Modem library free the trace memory. It is the application's responsibility to call this function with the total size of all trace fragments received. If the data is processed in chunks, the function can be called with the size that is processed since last call.

Parameters
lenLength of trace data that is processed.
Return values
Zeroon success.
-NRF_EINVALlen is too large to be a valid trace length.