Moves the ISO tx pool and functions from ull_adv_iso.c to ull_iso.c as the pool and functions will be shared between BIS and CIS. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
9 lines
146 B
C
9 lines
146 B
C
/*
|
|
* Copyright (c) 2020 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
int ull_iso_init(void);
|
|
int ull_iso_reset(void);
|