zephyr/subsys/bluetooth
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
..
common bluetooth: Allow immediate logging with software-based LL 2020-09-04 18:48:32 +02:00
controller Bluetooth: controller: Fix error when max ant. pattern len not defined 2021-01-20 14:55:24 +01:00
host Bluetooth: host: Fix size of L2CAP disconnect request pool 2021-01-18 19:12:20 +01:00
mesh Bluetooth: Mesh: Fix friendship counter increasing order 2021-01-15 11:36:48 -05:00
services bluetooth: services: add tps service 2020-12-10 13:33:12 +01:00
shell tests: Bluetooth: shell: Fix PAST commands conditional compilation 2020-11-20 11:39:13 +02:00
CMakeLists.txt
Kconfig bluetooth: add dep on !SMP 2020-10-05 19:33:02 -07:00