nRF Connect SDK API 2.8.99
|
#define SLM_AT_CMD_CUSTOM | ( | entry, | |
_filter, | |||
_callback ) |
Define a wrapper for a SLM custom AT command callback.
Wrapper will call the generic wrapper, which will call the actual AT command handler.
entry | The entry name. |
_filter | The (partial) AT command on which the callback should trigger. |
_callback | The AT command handler callback. |