zephyr/subsys/bluetooth/controller/ll_sw/lll_central.h
Carles Cufi 947b38ac0a Bluetooth: controller: Replace slave with peripheral
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>
2021-09-21 13:01:29 +02:00

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);