Searched refs:MQTT_SN_FLAGS_WILL (Results 1 – 3 of 3) sorted by relevance
236 #define MQTT_SN_FLAGS_WILL BIT(3) macro
77 flags->will = (bool)(b & MQTT_SN_FLAGS_WILL); in decode_flags()
70 b |= flags->will ? MQTT_SN_FLAGS_WILL : 0; in encode_flags()