Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c83 static uint32_t dup_cache[4]; variable
98 for (i = 0; i < ARRAY_SIZE(dup_cache); i++) { in check_dup()
99 if (dup_cache[i] == val) { in check_dup()
104 dup_cache[dup_cache_next++] = val; in check_dup()
105 dup_cache_next %= ARRAY_SIZE(dup_cache); in check_dup()
1627 memset(dup_cache, 0, sizeof(dup_cache)); in bt_mesh_net_reset()