1 /*
2  * Copyright (c) 2020 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 int lll_adv_sync_init(void);
8 int lll_adv_sync_reset(void);
9 void lll_adv_sync_prepare(void *param);
10 
11 extern uint16_t ull_adv_sync_lll_handle_get(const struct lll_adv_sync *lll);
12 
13 extern void ull_adv_sync_lll_syncinfo_fill(struct pdu_adv *pdu, struct lll_adv_aux *lll_aux);
14