Replace the old slave term with the new peripheral one from the Bluetooth spec v5.3. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
9 lines
198 B
C
9 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);
|