Searched refs:script_chat (Results 1 – 2 of 2) sorted by relevance
135 const struct modem_chat_script_chat *script_chat = in modem_chat_script_set_response_matches() local138 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() local153 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() local161 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() local169 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 …]
433 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,