Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_iv_index.c49 bt_mesh.ivu_duration = 2 * BT_MESH_IVU_MIN_HOURS; in emulate_recovery_timeout()
108 bt_mesh.ivu_duration = BT_MESH_IVU_MIN_HOURS; in test_ivu_normal()
121 bt_mesh.ivu_duration = BT_MESH_IVU_MIN_HOURS; in test_ivu_normal()
138 bt_mesh.ivu_duration = BT_MESH_IVU_MIN_HOURS; in test_ivu_deferring()
/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.h22 #define BT_MESH_IVU_MIN_HOURS 96 macro
23 #define BT_MESH_IVU_HOURS (BT_MESH_IVU_MIN_HOURS / \
Dnet.c234 bt_mesh.ivu_duration = BT_MESH_IVU_MIN_HOURS; in bt_mesh_net_create()
292 (bt_mesh.ivu_duration < (2 * BT_MESH_IVU_MIN_HOURS))) { in bt_mesh_net_iv_update()
325 if (bt_mesh.ivu_duration < BT_MESH_IVU_MIN_HOURS) { in bt_mesh_net_iv_update()
967 if (bt_mesh.ivu_duration < BT_MESH_IVU_MIN_HOURS) { in ivu_refresh()
979 if (!(bt_mesh.ivu_duration % BT_MESH_IVU_MIN_HOURS)) { in ivu_refresh()
1273 if (bt_mesh.ivu_duration < BT_MESH_IVU_MIN_HOURS) { in bt_mesh_net_settings_commit()