zephyr/subsys/bluetooth/controller
Piotr Pryga 5dd5902f67 Bluetooth: controller: Add missing NULL assign to df_cfg in ll_adv_set
ll_adv_set stores poitner to direction finding TX configuration.
When ll_reset is executed the pointer was not NULL assigned.
That lead to erroneous behavior e.g. df_cfg->is_enabled was set
to TRUE even the functionality was not enabled.
DF configuration is stored in memory pool. The memory pool uses
free elements to store its internal data. On reset whole pool is
expected to be free, so ll_adv_set->df_cfg may not point to any
element allocated from memory pool.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2021-11-29 18:29:43 -05:00
..
crypto
hal
hci Bluetooth: Controller: Fix build for hci_uart sample with new LLCP 2021-11-29 16:27:17 +01:00
include Bluetooth: Controller: Limit maximum ACL Tx buffer size to 251 octets 2021-11-19 20:12:58 +01:00
ll_sw Bluetooth: controller: Add missing NULL assign to df_cfg in ll_adv_set 2021-11-29 18:29:43 -05:00
ticker Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
util Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
CMakeLists.txt Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
Kconfig Bluetooth: Controller: Implement ISO Sync Receiver connection handle 2021-11-25 10:43:51 -05:00
Kconfig.df kconfig: bluetooth: experimental settings now uses select EXPERIMENTAL 2021-10-22 13:59:21 +02:00
Kconfig.ll_sw_split Bluetooth: controller: Introduce preferred central conn spacing config 2021-11-22 22:23:48 -05:00