nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
Custom AT commands

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.
 

Detailed Description

Public API for adding custom AT commands using filters in the Modem library with application callbacks.