nRF Connect SDK API 0.1.0
|
#define nrf_modem_at_printf | ( | ... | ) | function_disallowed_use_slm_util_alternative(void) |
These functions are disallowed for the modem AT command interception (using at_cmd_custom lib) to work properly. For that, all the AT commands must go through nrf_modem_at_cmd()
except when forwarding intercepted AT commands from within the callbacks. Alternatives to these functions are available in slm_util.h.