Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dheartbeat.h35 uint8_t bt_mesh_hb_pub_set(struct bt_mesh_hb_pub *hb_pub);
Dheartbeat.c248 uint8_t bt_mesh_hb_pub_set(struct bt_mesh_hb_pub *new_pub) in bt_mesh_hb_pub_set() function
437 (void)bt_mesh_hb_pub_set(&hb_pub); in hb_pub_set()
Dcfg_srv.c2350 status = bt_mesh_hb_pub_set(&pub); in heartbeat_pub_set()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_heartbeat.c150 bt_mesh_hb_pub_set(&new_pub); in publish_common()