Zephyr API 3.6.99
|
Struct to hold the Microphone Device callbacks. More...
#include <micp.h>
Data Fields | |
void(* | mute )(uint8_t mute) |
Callback function for Microphone Device mute. | |
Struct to hold the Microphone Device callbacks.
These can be registered for usage with bt_micp_mic_dev_register().
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 Control Service. |