Lines Matching full:callback
59 * @brief Callback to provide the custom data to the hawkBit server.
61 * @details This callback is used to provide the custom data to the hawkBit server.
73 * @brief Set the custom data callback.
75 * @details This function is used to set the custom data callback.
76 * The callback is used to provide the custom data to the hawkBit server.
78 * @param cb The callback function.
81 * @retval -EINVAL if the callback is NULL.
106 * @brief Callback to get the device identity.
114 * @brief Set the device identity callback.
116 * @details This function is used to set a custom device identity callback.
118 * @param cb The callback function.
121 * @retval -EINVAL if the callback is NULL.