2017-06-16 12:30:54 +03:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2017 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
void bt_mesh_beacon_enable(void);
|
|
|
|
void bt_mesh_beacon_disable(void);
|
2022-03-02 17:19:42 +08:00
|
|
|
void bt_mesh_beacon_cache_clear(struct bt_mesh_subnet *sub);
|
2017-06-16 12:30:54 +03:00
|
|
|
void bt_mesh_beacon_ivu_initiator(bool enable);
|
|
|
|
|
|
|
|
void bt_mesh_beacon_recv(struct net_buf_simple *buf);
|
|
|
|
|
2023-06-05 11:55:37 +02:00
|
|
|
int bt_mesh_beacon_create(struct bt_mesh_subnet *sub, struct net_buf_simple *buf, bool priv);
|
2017-06-16 12:30:54 +03:00
|
|
|
|
|
|
|
void bt_mesh_beacon_init(void);
|
2020-08-25 11:03:42 +02:00
|
|
|
void bt_mesh_beacon_update(struct bt_mesh_subnet *sub);
|