Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_cap_commander_change_volume_mute_state_param Struct Reference

Parameters for changing volume mute state. More...

#include <cap.h>

Data Fields

enum bt_cap_set_type type
 The type of the set.
 
union bt_cap_set_membermembers
 Coordinated or ad-hoc set member.
 
size_t count
 The number of members in members.
 
bool mute
 The volume mute state to set.
 

Detailed Description

Parameters for changing volume mute state.

Field Documentation

◆ count

size_t bt_cap_commander_change_volume_mute_state_param::count

The number of members in members.

◆ members

union bt_cap_set_member* bt_cap_commander_change_volume_mute_state_param::members

Coordinated or ad-hoc set member.

◆ mute

bool bt_cap_commander_change_volume_mute_state_param::mute

The volume mute state to set.

true to mute, and false to unmute

◆ type

enum bt_cap_set_type bt_cap_commander_change_volume_mute_state_param::type

The type of the set.


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