Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dslist.h148 #define SYS_SLIST_PEEK_NEXT_CONTAINER(__cn, __n) \ macro
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dgatt.c255 next = SYS_SLIST_PEEK_NEXT_CONTAINER(svc, node); in foreach_attr_type_dyndb()
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c673 if (SYS_SLIST_PEEK_NEXT_CONTAINER(prev, node) == preset) { in preset_get_prev()
703 next = SYS_SLIST_PEEK_NEXT_CONTAINER(preset, node); in preset_get_next()
Dbap_broadcast_source.c910 subgroup = SYS_SLIST_PEEK_NEXT_CONTAINER(subgroup, _node); in bt_bap_broadcast_source_reconfig()
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c352 *current = SYS_SLIST_PEEK_NEXT_CONTAINER(*current, n); in next_target()
377 *current = SYS_SLIST_PEEK_NEXT_CONTAINER(*current, n); in next_target()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c2045 next = SYS_SLIST_PEEK_NEXT_CONTAINER(svc, node); in foreach_attr_type_dyndb()