Define interface between ULL and LLL for CIS central and peripheral. Signed-off-by: Wolfgang Puffitsch <wopu@demant.com>
9 lines
196 B
C
9 lines
196 B
C
/*
|
|
* 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);
|