zephyr/subsys/bluetooth/controller
Piotr Pryga 3604a7bf9a Bluetooth: Controller: df: Fix CTE req send wrong ntf in single shot run
In case the CTE request was executed as a single shot and Controller
successfully received LL_CTE_RSP PDU there was an assertion.
The assertion was caused by not completely prepared notification PDU.
The notification PDU was send towards Host by CTE request handling code
due to an error in lp_comm_complete function. If the CTE request was
single shot it went into wrong if-else statement, despite that the
LL_CTE_RSP was correctly received.

A check if-clause if the procedure is periodic should not affect the
procedure completion. It should affect whether req_expire counter has
to be restored.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2022-03-24 15:26:50 +01:00
..
crypto
hal Bluetooth: Controller: df: make radio_df_vendor_hal.h compile in always 2022-03-21 10:15:39 +01:00
hci Bluetooth: Controller: Fix filter accept list with periodic adv list use 2022-03-23 16:32:49 +01:00
include everywhere: fix typos 2022-03-18 13:24:08 -04:00
ll_sw Bluetooth: Controller: df: Fix CTE req send wrong ntf in single shot run 2022-03-24 15:26:50 +01:00
ticker Bluetooth: Controller: Yield stopped ticker time reservations 2022-03-23 12:53:38 +01:00
util Bluetooth: Controller: Add static build assert to check mem member 2022-03-22 12:33:49 +01:00
CMakeLists.txt Bluetooth: Controller: Schedule BIG event after Periodic Adv event 2022-03-01 11:51:46 +01:00
Kconfig edtt: Extend Zephyr EDTT test app with IXIT request/response command 2022-03-22 12:35:32 +01:00
Kconfig.df everywhere: fix typos 2022-03-18 13:24:08 -04:00
Kconfig.dtm bluetooth: controller: Add support for all DTM commands 2022-03-18 12:00:03 +01:00
Kconfig.ll_sw_split kconfig: fix dt_node_has_prop and add nodelabel functions 2022-03-23 13:25:21 +01:00