nRF Connect SDK API 2.8.99
|
int slm_at_cb_wrapper | ( | char * | buf, |
size_t | len, | ||
char * | at_cmd, | ||
slm_at_callback | cb ) |
Generic wrapper for a custom SLM AT command callback.
This will call the AT command handler callback, which is declared with SLM_AT_CMD_CUSTOM.
buf | Response buffer. |
len | Response buffer size. |
at_cmd | AT command. |
cb | AT command callback. |
0 | on success. |