nRF Connect SDK API 2.8.99
|
typedef void(* slm_data_handler_t) (const uint8_t *data, size_t datalen) |
#include <include/modem/modem_slm.h>
Handler to handle data received from SLM, which could be AT response, AT notification or simply raw data (for example DFU image).
data | Data received from SLM. |
datalen | Length of the data received. |