nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ audio_module_response_cb

typedef void(* audio_module_response_cb) (struct audio_module_handle_private *handle, struct audio_data const *const audio_data)

#include <include/audio_module/audio_module.h>

Callback function for a response to a data_send as supplied by the module user.

Parameters
handle[in/out] The handle of the module that sent the audio data.
audio_data[in] The audio data to operate on.