1 /*
2  * Copyright (c) 2017 Intel Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 void bt_mesh_beacon_enable(void);
8 void bt_mesh_beacon_disable(void);
9 void bt_mesh_beacon_cache_clear(struct bt_mesh_subnet *sub);
10 void bt_mesh_beacon_ivu_initiator(bool enable);
11 
12 void bt_mesh_beacon_recv(struct net_buf_simple *buf);
13 
14 int bt_mesh_beacon_create(struct bt_mesh_subnet *sub, struct net_buf_simple *buf, bool priv);
15 
16 void bt_mesh_beacon_init(void);
17 void bt_mesh_beacon_update(struct bt_mesh_subnet *sub);
18