Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/shell/
Dshell_mqtt.h44 char pub_topic[SH_MQTT_TOPIC_MAX_SIZE]; member
/Zephyr-latest/subsys/shell/backends/
Dshell_mqtt.c351 LOG_INF("Logs will be published to: %s", sh_mqtt->pub_topic); in sh_mqtt_subscribe_handler()
660 (void)snprintf(sh_mqtt->pub_topic, SH_MQTT_TOPIC_MAX_SIZE, "%s_tx", sh_mqtt->device_id); in init()
671 sh_mqtt->pub_data.message.topic.topic.utf8 = (uint8_t *)sh_mqtt->pub_topic; in init()