Searched refs:new_pub (Results 1 – 2 of 2) sorted by relevance
248 uint8_t bt_mesh_hb_pub_set(struct bt_mesh_hb_pub *new_pub) in bt_mesh_hb_pub_set() argument250 if (!new_pub || new_pub->dst == BT_MESH_ADDR_UNASSIGNED) { in bt_mesh_hb_pub_set()262 if (!bt_mesh_subnet_get(new_pub->net_idx)) { in bt_mesh_hb_pub_set()263 LOG_ERR("Unknown NetKey 0x%04x", new_pub->net_idx); in bt_mesh_hb_pub_set()267 new_pub->feat &= BT_MESH_FEAT_SUPPORTED; in bt_mesh_hb_pub_set()268 pub = *new_pub; in bt_mesh_hb_pub_set()
140 struct bt_mesh_hb_pub new_pub = { in publish_common() local150 bt_mesh_hb_pub_set(&new_pub); in publish_common()