zephyr/subsys/bluetooth/controller
Joakim Andersson 172dcec236 Bluetooth: controller: Fix unknown rsp received during enc procedure
Port fix for #14044 from legacy LL to split LL.

The master is using unknown rsp to terminate slave side initiated
procedures that has collided with the encryption procedure initiated by
the master.
We need to handle an unknown response that is sent in unencrypted during
the encryption procedure, even though we have already set up to receive
encrypted packets.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2019-05-15 10:10:42 +02:00
..
crypto Bluetooth: Switch from SYS_LOG to logger-based logging 2018-10-19 14:50:22 +02:00
hal Bluetooth: controller: Prepare to introduce LL split architecture 2019-01-07 13:42:01 +01:00
hci bluetooth: Controller: Refactor node_rx footer to avoid ptr arithmetic 2019-05-14 10:56:16 +02:00
include Bluetooth: controller: Preliminary work in progress mesh ext. 2019-01-23 09:45:06 +01:00
ll_sw Bluetooth: controller: Fix unknown rsp received during enc procedure 2019-05-15 10:10:42 +02:00
ticker bluetooth: controller: Minor refactoring in ticker.c 2019-04-30 15:11:55 +02:00
util bluetooth: controller: Mayfly yield after call under Kconfig 2019-04-30 15:42:20 +02:00
CMakeLists.txt bluetooth: controller: Allow out-of-tree vendor specific HCI commands 2019-05-02 12:28:38 +02:00
Kconfig Bluetooth: controller: Disable controller privacy feature 2019-05-06 14:41:58 +02:00