nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ slm_util_at_cmd_no_intercept()

int slm_util_at_cmd_no_intercept ( char *  buf,
size_t  len,
const char *  at_cmd 
)

Forwards an AT command to the modem while bypassing interception.

Warning
This must only be called from code that needs to bypass AT command interception, such as from interception callbacks themselves.
Note
This is only capable of handling AT responses that are at most two lines long (including the line that holds the result code).
Returns
Like nrf_modem_at_cmd().