Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.h51 int32_t bt_mesh_model_pub_period_get(const struct bt_mesh_model *mod);
Dhealth_srv.c398 if (bt_mesh_model_pub_period_get(mod) > 0) { in bt_mesh_health_srv_fault_update()
Dmain.c495 int32_t period_ms = bt_mesh_model_pub_period_get(mod); in model_resume()
Daccess.c711 int32_t bt_mesh_model_pub_period_get(const struct bt_mesh_model *mod) in bt_mesh_model_pub_period_get() function
783 period = bt_mesh_model_pub_period_get(mod); in next_period()
2631 int32_t ms = bt_mesh_model_pub_period_get(mod); in commit_mod()
Dcfg_srv.c180 period_ms = bt_mesh_model_pub_period_get(model); in _mod_pub_set()