zephyr/subsys/bluetooth/controller
Piotr Pryga 777ddc053d Bluetooth: Controller: df: Fix missing node_rx release if wrong CTE type
Periodic advertising sync may be created with CTE type filtering
enabled. When received AUX_SYNC_IND, there are HCI_LE_Periodic_-
Advertising_Sync_Established and HCI_LE_Periodic_Advertising_Report
events generated. In case received AUX_SYNC_IND has wrong CTE type,
HCI_LE_Periodic_Advertising_Sync_Established event is generated.
There may not be HCI_LE_Periodic_Advertising_Report event generated.
In this case node_rx, prepared by LLL, was not released in ULL.
It was lost in ull_sync_established_report.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2022-02-17 13:08:45 +01:00
..
crypto Bluetooth: controller: Use NRF RNG entropy device 2020-06-16 19:09:55 +02:00
hal Bluetooth: controller: ll_sw: nordic: Add DF antenna configuration handling 2021-01-20 14:55:24 +01:00
hci Bluetooth: Controller: Fix to use non-discardable buffer 2022-02-10 20:05:11 +01:00
include Bluetooth: Controller: Fix Periodic Advertising ADI feature bits 2022-01-27 14:01:54 +01:00
ll_sw Bluetooth: Controller: df: Fix missing node_rx release if wrong CTE type 2022-02-17 13:08:45 +01:00
ticker Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
util Bluetooth: Controller: util: Add generic double buffer implementation 2022-01-04 09:10:05 -05:00
CMakeLists.txt Bluetooth: Controller: util: Add generic double buffer implementation 2022-01-04 09:10:05 -05:00
Kconfig Bluetooth: Controller: Restrict Extended Adv Report to max data length 2022-01-26 17:07:32 +01:00
Kconfig.df Bluetooth: Controller: Add Kconfig to enable CTE RX in conn mode 2022-01-21 09:30:23 -05:00
Kconfig.ll_sw_split Bluetooth: Controller: change def val BT_CTLR_LLCP_PROC_CTX_BUF_NUM 2022-01-11 11:52:42 +01:00