Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.h32 #define BLE_MESH_IVU_HOURS (BLE_MESH_IVU_MIN_HOURS / CONFIG_BLE_MESH_IVU_DIVIDER) macro
33 #define BLE_MESH_IVU_TIMEOUT K_HOURS(BLE_MESH_IVU_HOURS)
Dnet.c1540 bt_mesh.ivu_duration += BLE_MESH_IVU_HOURS; in ivu_refresh()