Lines Matching refs:resp_status
318 client->resp_status = AT_RESP_OK; in at_obj_exec_cmd()
342 client->resp_status = AT_RESP_TIMEOUT; in at_obj_exec_cmd()
345 else if (client->resp_status != AT_RESP_OK) in at_obj_exec_cmd()
396 client->resp_status = AT_RESP_OK; in at_obj_exec_cmd_format()
433 client->resp_status = AT_RESP_TIMEOUT; in at_obj_exec_cmd_format()
436 else if (client->resp_status != AT_RESP_OK) in at_obj_exec_cmd_format()
874 client->resp_status = AT_RESP_BUFF_FULL; in client_parser()
881 client->resp_status = AT_RESP_OK; in client_parser()
887 client->resp_status = AT_RESP_OK; in client_parser()
892 client->resp_status = AT_RESP_ERROR; in client_parser()
897 client->resp_status = AT_RESP_OK; in client_parser()