Searched refs:bt_mesh_hb_pub (Results 1 – 5 of 5) sorted by relevance
30 struct bt_mesh_hb_pub { struct112 void (*pub_sent)(const struct bt_mesh_hb_pub *pub);130 void bt_mesh_hb_pub_get(struct bt_mesh_hb_pub *get);
33 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()
35 uint8_t bt_mesh_hb_pub_set(struct bt_mesh_hb_pub *hb_pub);
2259 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()
108 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()