Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/modem/
Dmodem_chat.c135 const struct modem_chat_script_chat *script_chat = in modem_chat_script_set_response_matches() local
138 chat->matches[MODEM_CHAT_MATCHES_INDEX_RESPONSE] = script_chat->response_matches; in modem_chat_script_set_response_matches()
139 chat->matches_size[MODEM_CHAT_MATCHES_INDEX_RESPONSE] = script_chat->response_matches_size; in modem_chat_script_set_response_matches()
150 const struct modem_chat_script_chat *script_chat = in modem_chat_script_chat_has_request() local
153 return script_chat->request_size > 0; in modem_chat_script_chat_has_request()
158 const struct modem_chat_script_chat *script_chat = in modem_chat_script_chat_has_matches() local
161 return script_chat->response_matches_size > 0; in modem_chat_script_chat_has_matches()
166 const struct modem_chat_script_chat *script_chat = in modem_chat_script_chat_get_send_timeout() local
169 return script_chat->timeout; in modem_chat_script_chat_get_send_timeout()
186 const struct modem_chat_script_chat *script_chat; in modem_chat_script_next() local
[all …]
/Zephyr-latest/include/zephyr/modem/
Dchat.h433 void modem_chat_script_chat_init(struct modem_chat_script_chat *script_chat);
444 int modem_chat_script_chat_set_request(struct modem_chat_script_chat *script_chat,
456 int modem_chat_script_chat_set_response_matches(struct modem_chat_script_chat *script_chat,
465 void modem_chat_script_chat_set_timeout(struct modem_chat_script_chat *script_chat,