Home
last modified time | relevance | path

Searched refs:modem_chat_empty_matches (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/modem/
Dchat.h92 extern const struct modem_chat_match modem_chat_empty_matches[0];
191 MODEM_CHAT_SCRIPT_DEFINE(_sym, _script_chats, modem_chat_empty_matches, \
/Zephyr-latest/subsys/modem/
Dmodem_chat.c19 const struct modem_chat_match modem_chat_empty_matches[0]; variable
860 && script->abort_matches != modem_chat_empty_matches)) { in modem_chat_run_script_async()