Searched refs:MDM_CMD_CONN_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
30 #define MDM_CMD_CONN_TIMEOUT K_SECONDS(120) macro
67 #define MDM_CMD_CONN_TIMEOUT (31 * MSEC_PER_SEC) macro1593 ret = send_at_cmd(sock, buf, MDM_CMD_CONN_TIMEOUT); in offload_connect()
61 #define MDM_CMD_CONN_TIMEOUT K_SECONDS(120) macro1586 &mdata.sem_response, MDM_CMD_CONN_TIMEOUT); in offload_connect()
763 ret = k_sem_take(&mdata.sem_sock_conn, MDM_CMD_CONN_TIMEOUT); in offload_connect()
194 #define MDM_CMD_CONN_TIMEOUT K_SECONDS(31) macro5650 ret = k_sem_take(&sock->sock_send_sem, MDM_CMD_CONN_TIMEOUT); in connect_TCP_socket()5735 ret = k_sem_take(&sock->sock_send_sem, MDM_CMD_CONN_TIMEOUT); in configure_UDP_socket()