Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dmpl.c298 uint8_t add_type; member
316 .add_type = MPL_OBJ_NONE,
484 obj.add_type = MPL_OBJ_ICON; in add_icon_object()
513 obj.add_type = MPL_OBJ_TRACK_SEGMENTS; in add_current_track_segments_object()
547 obj.add_type = MPL_OBJ_TRACK; in add_track_object()
577 obj.add_type = MPL_OBJ_PARENT_GROUP; in add_parent_group_object()
611 obj.add_type = MPL_OBJ_GROUP; in add_group_object()
757 if (obj.add_type == MPL_OBJ_ICON) { in on_obj_created()
758 obj.add_type = MPL_OBJ_NONE; in on_obj_created()
767 if (obj.add_type == MPL_OBJ_TRACK_SEGMENTS) { in on_obj_created()
[all …]