Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/
Dmqtt_client.c248 static int poll_mqtt_socket(struct mqtt_client *client, int timeout) in poll_mqtt_socket() function
363 rc = poll_mqtt_socket(client, mqtt_keepalive_time_left(client)); in app_mqtt_process()
424 rc = poll_mqtt_socket(client, MSECS_NET_POLL_TIMEOUT); in app_mqtt_connect()