zephyr/subsys/bluetooth/controller/ll_sw/lll_peripheral_iso.h

10 lines
196 B
C
Raw Normal View History

/*
* Copyright (c) 2021 Demant
*
* SPDX-License-Identifier: Apache-2.0
*/
int lll_peripheral_iso_init(void);
int lll_peripheral_iso_reset(void);
void lll_peripheral_iso_prepare(void *param);