nRF Connect SDK API 2.8.99
|
#include <zephyr/bluetooth/conn.h>
Go to the source code of this file.
Functions | |
int | bt_vol_ctlr_set (uint8_t volume) |
Set volume to a specific value. | |
int | bt_vol_ctlr_up (void) |
Turn the volume up by one step. | |
int | bt_vol_ctlr_down (void) |
Turn the volume down by one step. | |
int | bt_vol_ctlr_mute (void) |
Mute the output volume of the device. | |
int | bt_vol_ctlr_unmute (void) |
Unmute the output volume of the device. | |
int | bt_vol_ctlr_discover (struct bt_conn *conn) |
Discover Volume Control Service and included services. | |
int | bt_vol_ctlr_init (void) |
Initialize the Volume Control Service client. | |