Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/modem/
Dmodem_at_shell.c33 static uint8_t at_shell_match_buf[CONFIG_MODEM_AT_SHELL_RESPONSE_MAX_SIZE]; variable
248 strncpy(at_shell_match_buf, argv[2], sizeof(at_shell_match_buf) - 1); in at_shell_cmd_handler()
250 strncpy(at_shell_match_buf, "OK", sizeof(at_shell_match_buf) - 1); in at_shell_cmd_handler()
253 ret = modem_chat_match_set_match(&at_shell_script_chat_matches[1], at_shell_match_buf); in at_shell_cmd_handler()