Add support for Direction Finding antenna configuration in Nordic hal of Bluetooth controller. Add handling of response for HCI_LE_Read_Antenna_Information HCI command in controller (upper and lower link layer). Handling of response to the command requires antenna matrix configuration. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
10 lines
196 B
C
10 lines
196 B
C
/*
|
|
* Copyright (c) 2020 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#if defined(CONFIG_BT_CTLR_DF)
|
|
#include "hal/radio_df_vendor_hal.h"
|
|
#endif /* CONFIG_BT_CTLR_DF */
|