Home
last modified time | relevance | path

Searched refs:hb_pub (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dheartbeat.c415 struct bt_mesh_hb_pub hb_pub; in hb_pub_set() local
425 hb_pub.dst = hb_val.dst; in hb_pub_set()
426 hb_pub.period = bt_mesh_hb_pwr2(hb_val.period); in hb_pub_set()
427 hb_pub.ttl = hb_val.ttl; in hb_pub_set()
428 hb_pub.feat = hb_val.feat; in hb_pub_set()
429 hb_pub.net_idx = hb_val.net_idx; in hb_pub_set()
432 hb_pub.count = 0xffff; in hb_pub_set()
434 hb_pub.count = 0U; in hb_pub_set()
437 (void)bt_mesh_hb_pub_set(&hb_pub); in hb_pub_set()
448 struct bt_mesh_hb_pub hb_pub; in bt_mesh_hb_pub_pending_store() local
[all …]
Dheartbeat.h35 uint8_t bt_mesh_hb_pub_set(struct bt_mesh_hb_pub *hb_pub);