Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/modem/
Dchat.h141 extern const struct modem_chat_script_chat modem_chat_empty_script_chats[0];
195 MODEM_CHAT_SCRIPT_NO_ABORT_DEFINE(_sym, modem_chat_empty_script_chats, NULL, 0)
/Zephyr-latest/subsys/modem/
Dmodem_chat.c20 const struct modem_chat_script_chat modem_chat_empty_script_chats[0]; variable
857 && script->script_chats != modem_chat_empty_script_chats) || in modem_chat_run_script_async()