| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
Register structure for Volume Control Service. More...
#include <vcp.h>
| Data Fields | |
| uint8_t | step | 
| Initial step size (1-255) | |
| uint8_t | mute | 
| Initial mute state (0-1) | |
| uint8_t | volume | 
| Initial volume level (0-255) | |
| struct bt_vocs_register_param | vocs_param [0] | 
| Register parameters for Volume Offset Control Services. | |
| struct bt_aics_register_param | aics_param [0] | 
| Register parameters for Audio Input Control Services. | |
| struct bt_vcp_vol_rend_cb * | cb | 
| Volume Control Service callback structure. | |
Register structure for Volume Control Service.
| struct bt_aics_register_param bt_vcp_vol_rend_register_param::aics_param[0] | 
Register parameters for Audio Input Control Services.
| struct bt_vcp_vol_rend_cb* bt_vcp_vol_rend_register_param::cb | 
Volume Control Service callback structure.
| uint8_t bt_vcp_vol_rend_register_param::mute | 
Initial mute state (0-1)
| uint8_t bt_vcp_vol_rend_register_param::step | 
Initial step size (1-255)
| struct bt_vocs_register_param bt_vcp_vol_rend_register_param::vocs_param[0] | 
Register parameters for Volume Offset Control Services.
| uint8_t bt_vcp_vol_rend_register_param::volume | 
Initial volume level (0-255)