Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
Parameters for changing microphone mute state. More...
#include <cap.h>
Data Fields | |
enum bt_cap_set_type | type |
The type of the set. | |
union bt_cap_set_member * | members |
Coordinated or ad-hoc set member. | |
size_t | count |
The number of members in members . | |
bool | mute |
The microphone mute state to set. | |
Parameters for changing microphone mute state.
size_t bt_cap_commander_change_microphone_mute_state_param::count |
The number of members in members
.
union bt_cap_set_member* bt_cap_commander_change_microphone_mute_state_param::members |
Coordinated or ad-hoc set member.
bool bt_cap_commander_change_microphone_mute_state_param::mute |
The microphone mute state to set.
true to mute, and false to unmute
enum bt_cap_set_type bt_cap_commander_change_microphone_mute_state_param::type |
The type of the set.