Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.h31 #define BLE_MESH_IVU_MIN_HOURS 96 macro
32 #define BLE_MESH_IVU_HOURS (BLE_MESH_IVU_MIN_HOURS / CONFIG_BLE_MESH_IVU_DIVIDER)
Dnet.c488 bt_mesh.ivu_duration = BLE_MESH_IVU_MIN_HOURS; in bt_mesh_net_create()
704 if (bt_mesh.ivu_duration < BLE_MESH_IVU_MIN_HOURS) { in bt_mesh_net_iv_update()
1547 if (bt_mesh.ivu_duration < BLE_MESH_IVU_MIN_HOURS) { in ivu_refresh()
Dprovisioner_main.c143 bt_mesh.ivu_duration = BLE_MESH_IVU_MIN_HOURS; in bt_mesh_provisioner_net_create()
Dsettings.c1413 if (bt_mesh.ivu_duration < BLE_MESH_IVU_MIN_HOURS) { in settings_core_commit()