| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
Volume Control Service included services. More...
#include <vcp.h>
| Data Fields | |
| uint8_t | vocs_cnt | 
| Number of Volume Offset Control Service instances. | |
| struct bt_vocs ** | vocs | 
| Array of pointers to Volume Offset Control Service instances. | |
| uint8_t | aics_cnt | 
| Number of Audio Input Control Service instances. | |
| struct bt_aics ** | aics | 
| Array of pointers to Audio Input Control Service instances. | |
Volume Control Service included services.
Used for to represent the Volume Control Service included service instances, for either a client or a server. The instance pointers either represent local server instances, or remote service instances.
| struct bt_aics** bt_vcp_included::aics | 
Array of pointers to Audio Input Control Service instances.
| uint8_t bt_vcp_included::aics_cnt | 
Number of Audio Input Control Service instances.
| struct bt_vocs** bt_vcp_included::vocs | 
Array of pointers to Volume Offset Control Service instances.
| uint8_t bt_vcp_included::vocs_cnt | 
Number of Volume Offset Control Service instances.