MTP_GetWavObjectName() is only used within MTP_Standalone.
 
Symbols
loading...
Files
loading...

MTP_GetWavObjectName() function

Gets Wav Object Names.

Syntax

uint8_t MTP_GetWavObjectName(uint16_t object_index,     uint8_t *filename);
Implemented in mtp.c:151

Arguments

object_index

Object index

filename

Pointer to the file name

Return value

Returns Status 0 if OK, otherwise 1.

References

LocationReferrerText
mtp.c:151
uint8_t MTP_GetWavObjectName(uint16_t object_index, uint8_t * filename)
main.h:123
uint8_t MTP_GetWavObjectName(uint16_t object_index, uint8_t *filename);
audio.c:293AUDIO_GetFileInfo()
if (MTP_GetWavObjectName(file_idx, fname) == 0)

Call Tree

Functions calling MTP_GetWavObjectName()
Functions called by MTP_GetWavObjectName()
all items filtered out
MTP_GetWavObjectName()
strcpy()
all items filtered out
Data read by MTP_GetWavObjectName()
Data written by MTP_GetWavObjectName()
MTP_GetWavObjectName()
MTP_GetWavObjectName()::ret
all items filtered out
Type of MTP_GetWavObjectName()
MTP_GetWavObjectName()
uint8_t
all items filtered out