Searched refs:shell_mqtt_get_devid (Results 1 – 2 of 2) sorted by relevance
134 bool shell_mqtt_get_devid(char *id, int id_max_len);
78 bool __weak shell_mqtt_get_devid(char *id, int id_max_len) in shell_mqtt_get_devid() function653 if (!shell_mqtt_get_devid(sh_mqtt->device_id, DEVICE_ID_HEX_MAX_SIZE)) { in init()