nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
Bluetooth Audio Rendering and Capture

Bluetooth audio rendering and capture API for Audio applications. More...

Functions

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_mute (bool from_vcp)
 Mute the volume.
 
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.
 
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_init (void)
 Initialize the rendering services or profiles, or both.
 

Detailed Description

Bluetooth audio rendering and capture API for Audio applications.

This module provides volume control and audio rendering functionality for LE Audio streams.