Searched refs:CORE_MQTT_TOPIC_MAXLEN (Results 1 – 2 of 2) sorted by relevance
42 #define CORE_MQTT_TOPIC_MAXLEN (128) macro
340 if (strlen(map->topic) >= CORE_MQTT_TOPIC_MAXLEN) { in _core_mqtt_append_topic_map()366 if (strlen(map->topic) >= CORE_MQTT_TOPIC_MAXLEN) { in _core_mqtt_remove_topic_map()3244 if (strlen(topic) >= CORE_MQTT_TOPIC_MAXLEN) { in _mqtt_pub_with_prop()3367 if (strlen(topic) >= CORE_MQTT_TOPIC_MAXLEN) { in _mqtt_sub_with_prop()3448 if (strlen(topic) >= CORE_MQTT_TOPIC_MAXLEN) { in _mqtt_unsub()
Completed in 14 milliseconds