1 /*
2  * Copyright (c) 2022 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #include <stdbool.h>
8 #include <stdint.h>
9 #include <zephyr/bluetooth/mesh.h>
10 
11 bool lost_target_find_and_remove(uint16_t addr);
12 void lost_target_add(uint16_t addr);
13 int lost_targets_rem(void);
14 
15 void common_sar_conf(uint16_t addr);
16