Searched refs:will_QoS (Results 1 – 5 of 5) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/mqtt_test/ |
| D | netx_mqtt_connect_will_topic_only_test.c | 217 static UINT will_QoS = 1; variable 253 will_QoS = 0; in ntest_0_entry() 262 0, will_retain, will_QoS); in ntest_0_entry() 431 content[9] = content[9] | (will_QoS << 3); in ntest_1_entry()
|
| D | netx_mqtt_connect_will_message_test.c | 217 static UINT will_QoS = 1; variable 257 strlen(WILL_MESSAGE), will_retain, will_QoS); in ntest_0_entry() 429 content[9] = content[9] | (will_QoS << 3); in ntest_1_entry()
|
| D | netx_mqtt_connect_with_auth_will_test.c | 72 static UINT will_QoS = 1; variable 263 strlen(WILL_MESSAGE), will_retain, will_QoS); in ntest_0_entry() 423 content[9] = content[9] | (will_QoS << 3); in ntest_1_entry()
|
| /NetX-Duo-v6.2.1/addons/mqtt/ |
| D | nxd_mqtt_client.h | 459 UINT will_retain_flag, UINT will_QoS); 511 … UINT will_message_length, UINT will_retain_flag, UINT will_QoS); 541 … UINT will_message_length, UINT will_retain_flag, UINT will_QoS);
|
| D | nxd_mqtt_client.c | 3579 … UINT will_message_length, UINT will_retain_flag, UINT will_QoS) in _nxd_mqtt_client_will_message_set() argument 3583 if (will_QoS == 2) in _nxd_mqtt_client_will_message_set() 3605 …xd_mqtt_client_will_qos_retain = (UCHAR)(client_ptr -> nxd_mqtt_client_will_qos_retain | will_QoS); in _nxd_mqtt_client_will_message_set() 3668 … UINT will_message_length, UINT will_retain_flag, UINT will_QoS) in _nxde_mqtt_client_will_message_set() argument 3687 if (will_QoS > 2) in _nxde_mqtt_client_will_message_set() 3693 will_message_length, will_retain_flag, will_QoS)); in _nxde_mqtt_client_will_message_set()
|