Lines Matching +full:instance +full:- +full:id
4 * SPDX-License-Identifier: Apache-2.0
43 * with object instance id given by @p obj_inst_id.
45 * @param[in] obj_inst_id Object instance id of the server object instance
52 * with object instance id given by @p obj_inst_id.
54 * @param[in] obj_inst_id Object instance id of the server object instance
60 * @brief Returns the Short Server ID of the server object instance with
61 * object instance id given by @p obj_inst_id.
63 * @param[in] obj_inst_id Object instance id of the server object
69 * @brief Returns the object instance id of the server having ssid given by @p short_id.
72 * @return Object instance id or negative in case not found
77 * @brief Check if given server instance is not disabled
79 * @param[in] obj_inst_id server instance
85 * @brief Select server instance.
87 * Find possible server instance considering values on server data.
93 * @param[out] obj_inst_id where selected server instance ID is written. Can be NULL.
94 * @return true if server instance was found, false otherwise.
99 * @brief Disable server instance for a period of time.
110 * @brief Get timepoint how long server instance is disabled.
112 * If server instance is not disabled, this still returns a valid timepoint
114 * If the instance id is not valid, the timepoint is set to K_FOREVER.
116 * @param obj_inst_id Server instance ID.
122 * @brief Get priority of given server instance.
128 * @param obj_inst_id instance ID
129 * @return priority or UINT8_MAX if instance not found
134 * @brief Reset all disable-timers for all server instances.