Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/mgmt/hawkbit/
Dhawkbit.h98 enum hawkbit_response hawkbit_probe(void);
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit_autohandler.c26 enum hawkbit_response response = hawkbit_probe(); in autohandler()
Dhawkbit.c1596 enum hawkbit_response hawkbit_probe(void) in hawkbit_probe() function
/Zephyr-latest/samples/subsys/mgmt/hawkbit/src/
Dmain.c123 switch (hawkbit_probe()) { in main()