zephyr/subsys/bluetooth/controller/ll_sw/lll_sched.h
Vinayak Kariappa Chettimada adca553f04 Bluetooth: Controller: Rename use of mstr word to cen for Central
Rename the use of mstr word in advanced scheduling
implementation to cen as a representation for Central
role.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2022-03-01 11:51:46 +01:00

9 lines
196 B
C

/*
* Copyright (c) 2020 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#if defined(CONFIG_BT_CENTRAL)
extern void ull_sched_mfy_after_cen_offset_get(void *param);
#endif