1 /*
2  * Copyright (c) 2021 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 void bt_mesh_sol_reset(void);
8 
9 void bt_mesh_sol_recv(struct net_buf_simple *buf, uint8_t uuid_list_len);
10 
11 void bt_mesh_srpl_entry_clear(uint16_t addr);
12 
13 void bt_mesh_srpl_pending_store(void);
14 
15 void bt_mesh_sseq_pending_store(void);
16 
17 int bt_mesh_sol_send(void);
18