1 /*
2  * Copyright (c) 2021 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 extern struct bt_le_per_adv_sync *g_per_sync;
8 
9 void common_create_per_sync_set(void);
10