zephyr/subsys/bluetooth/controller
Piotr Pryga ff1d8efd38 Bluetooth: controller: Fix error when max ant. pattern len not defined
Fix compilation error if CONFIG_BT_CTLR_DF is not defined.
If DF was not enabled, there was missing CONFIG_BT_CTLR_DF_MAX_-
ANT_SW_PATTERN_LEN and undeclared symbol was found.

Split ll_df.h into two parts:
- ll_df.h that is generally includeable and allows to successfully
  compile sources when DF is not enabled.
- ll_df_internal.h to be used in soucres that are compiled when
  DF is enabled.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2021-01-20 14:55:24 +01:00
..
crypto
hal Bluetooth: controller: ll_sw: nordic: Add DF antenna configuration handling 2021-01-20 14:55:24 +01:00
hci Bluetooth: controller: hci: Add HCI_Set_Connectionless_CTE_TX_Enable cmd 2021-01-14 15:26:32 +01:00
include Bluetooth: controller: Remove BIT64 redundant definition 2021-01-15 11:21:25 -05:00
ll_sw Bluetooth: controller: Fix error when max ant. pattern len not defined 2021-01-20 14:55:24 +01:00
ticker Bluetooth: controller: Make must-expire runtime configurable 2020-12-20 13:35:58 +01:00
util Bluetooth: controller: Cleanup included header files 2020-12-17 11:23:18 +01:00
CMakeLists.txt
Kconfig Bluetooth: controller: Implements BIG sync commands in the ULL 2020-12-20 13:36:50 +01:00
Kconfig.df Bluetooth: controller: ll_sw: nordic: Add DF antenna configuration handling 2021-01-20 14:55:24 +01:00
Kconfig.ll_sw_split Bluetooth: controller: User defined CPR intervals 2021-01-18 19:07:06 +01:00