9 lines
178 B
C
9 lines
178 B
C
|
|
/*
|
||
|
|
* Copyright (c) 2020 Nordic Semiconductor ASA
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
|
*/
|
||
|
|
|
||
|
|
/* Performs initialization of Direction Finding in Host */
|
||
|
|
int le_df_init(void);
|