nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
bt_vol_rend_internal.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _BT_VOL_REND_INTERNAL_H_
8#define _BT_VOL_REND_INTERNAL_H_
9
10#include <stdint.h>
20int bt_vol_rend_set(uint8_t volume);
21
30
39
48
57
64
65#endif /* _BT_VOL_REND_INTERNAL_H_ */
int bt_vol_rend_down(void)
Turn the volume down by one step.
int bt_vol_rend_set(uint8_t volume)
Set volume to a specific value.
int bt_vol_rend_unmute(void)
Unmute the output volume of the device.
int bt_vol_rend_up(void)
Turn the volume up by one step.
int bt_vol_rend_init(void)
Initialize the Volume renderer.
int bt_vol_rend_mute(void)
Mute the output volume of the device.