Home
last modified time | relevance | path

Searched refs:will_msg_len (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/apps/mqtt/
H A Dmqtt.c1290 u8_t flags = 0, will_topic_len = 0, will_msg_len = 0; in mqtt_client_connect() local
1324 will_msg_len = (u8_t)len; in mqtt_client_connect()
1325 len = remaining_length + 2 + will_topic_len + 2 + will_msg_len; in mqtt_client_connect()
1411 mqtt_output_append_string(&client->output, client_info->will_msg, will_msg_len); in mqtt_client_connect()

Completed in 3 milliseconds