Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c137 #define BEACON_THRESHOLD(sub) (K_SECONDS(10 * ((sub)->beacons_last + 1)) - K_SECONDS(5)) macro
163 time_diff < BEACON_THRESHOLD(sub)) { in secure_beacon_send()