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

◆ audio_module_names_get()

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.

Parameters
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.
Returns
0 if successful, error otherwise.