Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_client/src/
Dmain.c40 bool pubcomp_handled; member
525 test_ctx.pubcomp_handled = true; in mqtt_evt_handler()
728 zassert_false(test_ctx.pubcomp_handled, "MQTT client should not receive pubcomp"); in ZTEST()
739 zassert_false(test_ctx.pubcomp_handled, "MQTT client should not receive pubcomp"); in ZTEST()
750 zassert_true(test_ctx.pubcomp_handled, "MQTT client should receive pubcomp"); in ZTEST()