There were some references to slave and master left in the unittests for the refactored LLCP. These are changed in respectively peripheral and central Signed-off-by: Andries Kruithof <Andries.Kruithof@nordicsemi.no>
10 lines
198 B
C
10 lines
198 B
C
/*
|
|
* Copyright (c) 2018-2019 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
int lll_central_init(void);
|
|
int lll_central_reset(void);
|
|
void lll_central_prepare(void *param);
|