Searched refs:hb_pub (Results 1 – 2 of 2) sorted by relevance
415 struct bt_mesh_hb_pub hb_pub; in hb_pub_set() local425 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 …]
35 uint8_t bt_mesh_hb_pub_set(struct bt_mesh_hb_pub *hb_pub);