zephyr/subsys/bluetooth/controller/ll_sw/lll_df.h
Vinayak Kariappa Chettimada f9511079b2 Bluetooth: controller: Remove vendor specific internal LLL include
Remove inclusion of vendor specific internal LLL include
files in ULL source code.

Prefix `lll/` include file path to correctly include vendor
defined types and function implementation.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2021-03-01 11:24:40 +01:00

12 lines
245 B
C

/*
* Copyright (c) 2020 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
int lll_df_init(void);
int lll_df_reset(void);
/* Provides number of available antennae for Direction Finding */
uint8_t lll_df_ant_num_get(void);