Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dnet.c86 static int dup_cache_next; variable
102 dup_cache[dup_cache_next++] = val; in check_dup()
103 dup_cache_next %= ARRAY_SIZE(dup_cache); in check_dup()