Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_network.c67 #define MESH_NETWORK_CACHE_SIZE 2 macro
140 static uint32_t mesh_network_cache[MESH_NETWORK_CACHE_SIZE];
165 for (i = 0; i < MESH_NETWORK_CACHE_SIZE; i++) { in mesh_network_cache_find()
175 if (mesh_network_cache_index >= MESH_NETWORK_CACHE_SIZE){ in mesh_network_cache_add()