Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c65 if (!memcmp(sub->beacon_cache, data, 21)) { in cache_check()
75 memcpy(sub->beacon_cache, data, 21); in cache_add()
Dnet.h50 uint8_t beacon_cache[21]; /* Cached last authenticated beacon */ member