Add stub functions to initialize and reset CIS central and CIS peripheral roles in ULL. Signed-off-by: Wolfgang Puffitsch <wopu@demant.com>
10 lines
214 B
C
10 lines
214 B
C
/*
|
|
* Copyright (c) 2021 Demant
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/* Helper functions to initialize and reset ull_central_iso module */
|
|
int ull_central_iso_init(void);
|
|
int ull_central_iso_reset(void);
|