Home
last modified time | relevance | path

Searched refs:sub_topic (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/shell/
Dshell_mqtt.h43 char sub_topic[SH_MQTT_TOPIC_MAX_SIZE]; member
/Zephyr-latest/subsys/shell/backends/
Dshell_mqtt.c301 struct mqtt_topic subs_topic = { .topic = { .utf8 = sh_mqtt->sub_topic, in sh_mqtt_subscribe_handler()
302 .size = strlen(sh_mqtt->sub_topic) }, in sh_mqtt_subscribe_handler()
352 LOG_INF("Subscribing shell cmds from: %s", sh_mqtt->sub_topic); in sh_mqtt_subscribe_handler()
661 (void)snprintf(sh_mqtt->sub_topic, SH_MQTT_TOPIC_MAX_SIZE, "%s_rx", sh_mqtt->device_id); in init()