nRF Connect SDK API 2.8.99
|
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.
handle | [in/out] The handle of the module that sent the audio data. |
audio_data | [in] The audio data to operate on. |