nRF Connect SDK API 2.8.99
|
Public API for adding custom AT commands using filters in the Modem library with application callbacks. More...
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. | |
Public API for adding custom AT commands using filters in the Modem library with application callbacks.