Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c51 static bool do_publish; /* Trigger client to publish */ variable
218 do_publish = true; in mqtt_event_cb()
224 do_publish = true; in mqtt_event_cb()
404 if (do_publish) { in aws_client_loop()
405 do_publish = false; in aws_client_loop()