| 
    Zephyr Project API
    3.2.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <micp.h>
Data Fields | |
| void(* | mute )(uint8_t mute) | 
| Callback function for Microphone Device mute.  More... | |
| void(* bt_micp_mic_dev_cb::mute) (uint8_t mute) | 
Callback function for Microphone Device mute.
Called when the value is read with bt_micp_mic_dev_mute_get(), or if the value is changed by either the Microphone Device or a Microphone Controller.
| mute | The mute setting of the Microphone Input Control Service. |