Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dheartbeat.h30 struct bt_mesh_hb_pub { struct
112 void (*pub_sent)(const struct bt_mesh_hb_pub *pub);
130 void bt_mesh_hb_pub_get(struct bt_mesh_hb_pub *get);
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dheartbeat.c33 static struct bt_mesh_hb_pub pub;
248 uint8_t bt_mesh_hb_pub_set(struct bt_mesh_hb_pub *new_pub) in bt_mesh_hb_pub_set()
291 void bt_mesh_hb_pub_get(struct bt_mesh_hb_pub *get) in bt_mesh_hb_pub_get()
415 struct bt_mesh_hb_pub hb_pub; in hb_pub_set()
448 struct bt_mesh_hb_pub hb_pub; in bt_mesh_hb_pub_pending_store()
Dheartbeat.h35 uint8_t bt_mesh_hb_pub_set(struct bt_mesh_hb_pub *hb_pub);
Dcfg_srv.c2259 const struct bt_mesh_hb_pub *pub) in hb_pub_send_status()
2287 struct bt_mesh_hb_pub pub; in heartbeat_pub_get()
2301 struct bt_mesh_hb_pub pub; in heartbeat_pub_set()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_heartbeat.c108 static void pub_hb_sent_cb(const struct bt_mesh_hb_pub *pub) in pub_hb_sent_cb()
140 struct bt_mesh_hb_pub new_pub = { in publish_common()