Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/modem/
Dhl7800.c533 char *user_at_cmd_resp_buf; member
1104 iface_ctx.user_at_cmd_resp_buf = resp; in mdm_hl7800_send_at_cmd()
1110 if (iface_ctx.user_at_cmd_resp_buf) { in mdm_hl7800_send_at_cmd()
1111 iface_ctx.user_at_cmd_resp_buf[0] = '\0'; in mdm_hl7800_send_at_cmd()
1115 if (resp_len && iface_ctx.user_at_cmd_resp_buf) { in mdm_hl7800_send_at_cmd()
1116 *resp_len = strlen(iface_ctx.user_at_cmd_resp_buf); in mdm_hl7800_send_at_cmd()
4837 if (iface_ctx.user_at_cmd && iface_ctx.user_at_cmd_resp_buf && in hl7800_rx()
4842 resp_offset = strlen(iface_ctx.user_at_cmd_resp_buf); in hl7800_rx()
4849 out_len = net_buf_linearize(iface_ctx.user_at_cmd_resp_buf + in hl7800_rx()
4853 memcpy(iface_ctx.user_at_cmd_resp_buf + resp_offset + in hl7800_rx()