Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dheartbeat.c416 struct hb_pub_val hb_val; in hb_pub_set() local
419 err = bt_mesh_settings_set(read_cb, cb_arg, &hb_val, sizeof(hb_val)); in hb_pub_set()
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()
431 if (hb_val.indefinite) { in hb_pub_set()