nRF Connect SDK API 2.8.99
|
int audio_module_names_get | ( | struct audio_module_handle const *const | handle, |
char ** | base_name, | ||
char * | instance_name ) |
#include <include/audio_module/audio_module.h>
Helper to get the base and instance names for a given audio module handle.
handle | [in] The handle to the module instance. |
base_name | [out] Pointer to the name of the module. |
instance_name | [out] Pointer to the name of the current module instance. |