nRF Connect SDK API 2.8.99
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
int | bt_vol_rend_set (uint8_t volume) |
Set volume to a specific value. | |
int | bt_vol_rend_up (void) |
Turn the volume up by one step. | |
int | bt_vol_rend_down (void) |
Turn the volume down by one step. | |
int | bt_vol_rend_mute (void) |
Mute the output volume of the device. | |
int | bt_vol_rend_unmute (void) |
Unmute the output volume of the device. | |
int | bt_vol_rend_init (void) |
Initialize the Volume renderer. | |