Home
last modified time | relevance | path

Searched refs:hawkbit_get_device_identity (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit_device.h21 bool hawkbit_get_device_identity(char *id, int id_max_len);
Dhawkbit_device.c15 bool hawkbit_get_device_identity(char *id, int id_max_len) in hawkbit_get_device_identity() function
Dshell.c76 hawkbit_get_device_identity(device_id, DEVICE_ID_HEX_MAX_SIZE); in cmd_info()
Dhawkbit.c1156 if (!hawkbit_get_device_identity(s->device_id, DEVICE_ID_HEX_MAX_SIZE)) { in s_start()