Searched refs:MQTT_CONNECT_FLAGS_WILL_FLAG (Results 1 – 2 of 2) sorted by relevance
188 #define MQTT_CONNECT_FLAGS_WILL_FLAG (1 << 2) macro
4318 connection_flags = connection_flags | MQTT_CONNECT_FLAGS_WILL_FLAG; in _nxd_mqtt_client_connect_packet_send()4347 if (connection_flags & MQTT_CONNECT_FLAGS_WILL_FLAG) in _nxd_mqtt_client_connect_packet_send()4424 if (!ret && (connection_flags & MQTT_CONNECT_FLAGS_WILL_FLAG)) in _nxd_mqtt_client_connect_packet_send()