10#include <zephyr/bluetooth/conn.h>
int bt_r_and_c_volume_mute(bool from_vcp)
Mute the volume.
int bt_r_and_c_init(void)
Initialize the rendering services or profiles, or both.
int bt_r_and_c_uuid_populate(struct net_buf_simple *uuid_buf)
Put the UUIDs from this module into the buffer.
int bt_r_and_c_volume_up(void)
Adjust volume up by one step.
int bt_r_and_c_volume_down(void)
Adjust volume down by one step.
int bt_r_and_c_volume_set(uint8_t volume, bool from_vcp)
Set the volume to the given volume value.
int bt_r_and_c_volume_unmute(void)
Unmute the volume.
int bt_r_and_c_discover(struct bt_conn *conn)
Discover the rendering services.