Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c102 sub->beacon_sent = k_uptime_get_32(); in beacon_complete()
161 time_diff = now - sub->beacon_sent; in secure_beacon_send()
Dnet.h46 uint32_t beacon_sent; /* Timestamp of last sent beacon */ member