14#ifndef NRF_MODEM_TRACE_H__
15#define NRF_MODEM_TRACE_H__
int nrf_modem_trace_processed(size_t len)
Notify the Modem library that the application has completed processing of trace data.
int nrf_modem_trace_get(struct nrf_modem_trace_data **frags, size_t *n_frags, int timeout)
Get trace data.
const void * data
Definition nrf_modem_trace.h:27
size_t len
Definition nrf_modem_trace.h:28
Trace data Structure to store trace data pointers and their respective sizes.
Definition nrf_modem_trace.h:26