Home
last modified time | relevance | path

Searched refs:strtypes (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluez/audio/
Dipc.c28 static const char *strtypes[] = { variable
121 if (type >= ARRAY_SIZE(strtypes)) in bt_audio_strtype()
124 return strtypes[type]; in bt_audio_strtype()