nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
at_cmd_custom.h File Reference
#include <stddef.h>
#include <zephyr/kernel.h>
#include <zephyr/sys/util_macro.h>
#include <zephyr/toolchain.h>
#include <nrf_modem_at.h>

Go to the source code of this file.

Macros

#define AT_CMD_CUSTOM(entry, _filter, _callback)
 Define a custom AT command callback.
 

Functions

int at_cmd_custom_respond (char *buf, size_t buf_size, const char *response,...)
 Fill response buffer without overflowing the buffer.