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>
9 lines
196 B
C
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
|