zephyr/subsys/bluetooth/controller
Andries Kruithof bd0a34c4d0 Bluetooth: controller: llcp: fix failing LL/CON/CEN/BV-55-C
The mandatory minimum PDU length conformance test was failing
because the LLCP did update the effective rx/tx times (and
corresponding notification to host).
This was due to a missing test condition.

This PR adds the missing conditions.

Note that with this change the refactored controller code is
similar to the legacy code; relevant code is in ull_conn.c,
in the function event_phy_upd_ind_prep

Signed-off-by: Andries Kruithof <andries.kruithof@nordicsemi.no>
2022-08-01 18:00:50 +02: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 missing reset of coded PHY scanning 2022-07-11 14:15:13 +02:00
include Bluetooth: Controller: Add deinit() infrastructure 2022-06-06 12:04:30 +02:00
ll_sw Bluetooth: controller: llcp: fix failing LL/CON/CEN/BV-55-C 2022-08-01 18:00:50 +02:00
ticker Bluetooth: Controller: Config ticker with slot window to yield 2022-06-09 11:32:33 +02:00
util Bluetooth: Controller: fix mayfly unwanted re-init every bt_enable call 2022-07-13 16:13:57 +02:00
CMakeLists.txt Bluetooth: Controller: Fix overlapping advertising events 2022-07-11 13:34:29 +02:00
Kconfig Bluetooth: controller: Tie Configure Data Path to Read Supported Codecs 2022-06-16 11:26:03 +02:00
Kconfig.df Bluetooth: Controller: df: Remove experimental for direction finding 2022-05-25 11:48:43 +02:00
Kconfig.dtm bluetooth: controller: Add support for all DTM commands 2022-03-18 12:00:03 +01:00
Kconfig.ll_sw_split Bluetooth: Controller: Use maximum Adv PDU size time reservation 2022-07-11 13:34:29 +02:00