Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/mgmt/hawkbit/
Dhawkbit.h69 typedef int (*hawkbit_config_device_data_cb_handler_t)(const char *device_id, uint8_t *buffer, typedef
83 int hawkbit_set_custom_data_cb(hawkbit_config_device_data_cb_handler_t cb);
/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c167 static hawkbit_config_device_data_cb_handler_t hawkbit_config_device_data_cb_handler =
746 int hawkbit_set_custom_data_cb(hawkbit_config_device_data_cb_handler_t cb) in hawkbit_set_custom_data_cb()