Searched refs:msg_cache (Results 1 – 1 of 1) sorted by relevance
84 static u64_t msg_cache[CONFIG_BT_MESH_MSG_CACHE_SIZE]; variable162 for (i = 0; i < ARRAY_SIZE(msg_cache); i++) { in msg_cache_match()163 if (msg_cache[i] == hash) { in msg_cache_match()169 msg_cache[msg_cache_next++] = hash; in msg_cache_match()170 msg_cache_next %= ARRAY_SIZE(msg_cache); in msg_cache_match()465 (void)memset(msg_cache, 0, sizeof(msg_cache)); in bt_mesh_net_create()
Completed in 4 milliseconds