7#ifndef _BT_VOL_CTLR_INTERNAL_H_
8#define _BT_VOL_CTLR_INTERNAL_H_
10#include <zephyr/bluetooth/conn.h>
int bt_vol_ctlr_down(void)
Turn the volume down by one step.
int bt_vol_ctlr_unmute(void)
Unmute the output volume of the device.
int bt_vol_ctlr_set(uint8_t volume)
Set volume to a specific value.
int bt_vol_ctlr_init(void)
Initialize the Volume Control Service client.
int bt_vol_ctlr_mute(void)
Mute the output volume of the device.
int bt_vol_ctlr_up(void)
Turn the volume up by one step.
int bt_vol_ctlr_discover(struct bt_conn *conn)
Discover Volume Control Service and included services.