Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dhealth_srv.c378 pub->fast_period = 1U; in health_pub_update()
380 pub->fast_period = 0U; in health_pub_update()
Daccess.c740 if (mod->pub->fast_period) { in bt_mesh_model_pub_period_get()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h717 fast_period:1, /**< Use FastPeriodDivisor */ member
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_access.c699 model->pub->fast_period = test_period[i].div > 0; in tx_period()