Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dmpl_internal.h62 struct mpl_group { struct
68 struct mpl_group *parent; argument
69 struct mpl_group *prev; argument
70 struct mpl_group *next; argument
80 struct mpl_group *group;
97 struct mpl_group *group; /* The group of the set track */
Dmpl.c201 static struct mpl_group group_2;
202 static struct mpl_group group_3;
203 static struct mpl_group group_4;
204 static struct mpl_group group_p;
206 static struct mpl_group group_1 = {
214 static struct mpl_group group_2 = {
222 static struct mpl_group group_3 = {
230 static struct mpl_group group_4 = {
238 static struct mpl_group group_p = {
307 struct mpl_group *add_group;
[all …]