Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/shell/
Dshell_mqtt.h134 bool shell_mqtt_get_devid(char *id, int id_max_len);
/Zephyr-Core-3.5.0/subsys/shell/backends/
Dshell_mqtt.c78 bool __weak shell_mqtt_get_devid(char *id, int id_max_len) in shell_mqtt_get_devid() function
653 if (!shell_mqtt_get_devid(sh_mqtt->device_id, DEVICE_ID_HEX_MAX_SIZE)) { in init()