Searched refs:at_shell_request_buf (Results 1 – 1 of 1) sorted by relevance
30 static uint8_t at_shell_request_buf[CONFIG_MODEM_AT_SHELL_COMMAND_MAX_SIZE]; variable241 strncpy(at_shell_request_buf, argv[1], sizeof(at_shell_request_buf) - 1); in at_shell_cmd_handler()242 ret = modem_chat_script_chat_set_request(at_shell_script_chat, at_shell_request_buf); in at_shell_cmd_handler()