Lines Matching +full:step +full:- +full:down
7 * Copyright (c) 2020-2024 Nordic Semiconductor ASA
9 * SPDX-License-Identifier: Apache-2.0
89 /** Initial step size (1-255) */
90 uint8_t step; member
92 /** Initial mute state (0-1) */
95 /** Initial volume level (0-255) */
192 * @brief Set the Volume Control Service volume step size.
199 * @param volume_step The volume step size (1-255).
220 * @brief Turn the volume down by one step on the server.
227 * @brief Turn the volume up by one step on the server.
234 * @brief Turn the volume down and unmute the server.
298 * A non-zero value indicates the volume has been changed on the
328 * Called when the volume down procedure is completed.
372 * Called when the volume down and unmute procedure is completed.
418 * @retval -EINVAL if @p cb is NULL
419 * @retval -EALREADY if @p cb was already registered
429 * @retval -EINVAL if @p cb is NULL
430 * @retval -EALREADY if @p cb was not registered
519 * @brief Turn the volume down one step on a remote Volume Renderer
528 * @brief Turn the volume up one step on a remote Volume Renderer
537 * @brief Turn the volume down one step and unmute on a remote Volume Renderer
546 * @brief Turn the volume up one step and unmute on a remote Volume Renderer