Searched refs:script_chat (Results 1 – 2 of 2) sorted by relevance
137 const struct modem_chat_script_chat *script_chat = in modem_chat_script_set_response_matches() local140 chat->matches[MODEM_CHAT_MATCHES_INDEX_RESPONSE] = script_chat->response_matches; in modem_chat_script_set_response_matches()141 chat->matches_size[MODEM_CHAT_MATCHES_INDEX_RESPONSE] = script_chat->response_matches_size; in modem_chat_script_set_response_matches()152 const struct modem_chat_script_chat *script_chat = in modem_chat_script_chat_has_request() local155 return script_chat->request_size > 0; in modem_chat_script_chat_has_request()160 const struct modem_chat_script_chat *script_chat = in modem_chat_script_chat_has_matches() local163 return script_chat->response_matches_size > 0; in modem_chat_script_chat_has_matches()168 const struct modem_chat_script_chat *script_chat = in modem_chat_script_chat_get_send_timeout() local171 return script_chat->timeout; in modem_chat_script_chat_get_send_timeout()188 const struct modem_chat_script_chat *script_chat; in modem_chat_script_next() local[all …]
454 void modem_chat_script_chat_init(struct modem_chat_script_chat *script_chat);465 int modem_chat_script_chat_set_request(struct modem_chat_script_chat *script_chat,477 int modem_chat_script_chat_set_response_matches(struct modem_chat_script_chat *script_chat,486 void modem_chat_script_chat_set_timeout(struct modem_chat_script_chat *script_chat,