Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
bt_vcs_included Struct Reference

Volume Control Service included services. More...

#include <vcs.h>

Data Fields

uint8_t vocs_cnt
 
struct bt_vocs ** vocs
 
uint8_t aics_cnt
 
struct bt_aics ** aics
 

Detailed Description

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.

Field Documentation

◆ aics

struct bt_aics** bt_vcs_included::aics

Array of pointers to Audio Input Control Service instances

◆ aics_cnt

uint8_t bt_vcs_included::aics_cnt

Number of Audio Input Control Service instances

◆ vocs

struct bt_vocs** bt_vcs_included::vocs

Array of pointers to Volume Offset Control Service instances

◆ vocs_cnt

uint8_t bt_vcs_included::vocs_cnt

Number of Volume Offset Control Service instances


The documentation for this struct was generated from the following file: