zephyr/subsys/bluetooth/controller/ll_sw
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
..
nordic Bluetooth: Controller: Fix redundant node rx reservation 2022-07-27 18:46:51 +02:00
openisa Bluetooth: controller: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
isoal.c Bluetooth: controller: Unified ISO-AL TX SDU fragment count 2022-06-22 12:21:16 +02:00
isoal.h Bluetooth: controller: fix for some problems in ISO-AL RX and HCI 2022-06-22 12:21:16 +02:00
ll_addr.c Bluetooth: Controller: Fix not clearing Static Random Address on reset 2022-05-25 14:20:21 +02:00
ll_feat.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ll_settings.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ll_test.h
ll_tx_pwr.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
lll_adv_aux.h
lll_adv_iso.h
lll_adv_sync.h
lll_adv.h
lll_central_iso.h
lll_central.h
lll_chan.c
lll_chan.h
lll_clock.h Bluetooth: Controller: Add deinit() infrastructure 2022-06-06 12:04:30 +02:00
lll_common.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
lll_conn_iso.h Bluetooth: controller: ISO TX data path including ISOAL 2022-05-06 11:32:30 +02:00
lll_conn.h Bluetooth: controller: llcp: update max dle times on feature exchange 2022-05-25 16:29:18 +02:00
lll_df.h
lll_filter.h
lll_iso_tx.h Bluetooth: controller: ISO TX data path including ISOAL 2022-05-06 11:32:30 +02:00
lll_peripheral_iso.h
lll_peripheral.h
lll_scan_aux.h
lll_scan.h
lll_sched.h
lll_sync_iso.h
lll_sync.h Bluetooth: df: Split CTE filtering SYNC_STAT_READY_OR_CONT_SCAN 2022-05-16 10:08:06 +02:00
lll.h bluetooth: controller: Implements Peripheral CIS Create Procedure 2022-07-08 09:36:00 +02:00
nrf.cmake
openisa.cmake
pdu.h Bluetooth: Controller: Fix Data Length Request Cmd parameter checking 2022-05-27 15:19:06 -07:00
ull_adv_aux.c Bluetooth: Controller: Use maximum Adv PDU size time reservation 2022-07-11 13:34:29 +02:00
ull_adv_internal.h Bluetooth: Controller: Fix overlapping advertising events 2022-07-11 13:34:29 +02:00
ull_adv_iso.c Bluetooth: Controller: Fix overlapping advertising events 2022-07-11 13:34:29 +02:00
ull_adv_sync.c Bluetooth: Controller: Fix overlapping advertising events 2022-07-11 13:34:29 +02:00
ull_adv_types.h Bluetooth: Controller: Initial Periodic Adv Data fragment op support 2022-05-23 10:45:57 +02:00
ull_adv.c Bluetooth: Controller: Use maximum Adv PDU size time reservation 2022-07-11 13:34:29 +02:00
ull_central_internal.h
ull_central_iso_internal.h
ull_central_iso.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ull_central.c bluetooth: controller: CIS Terminate Procedure PDU flow and unittest 2022-07-08 09:36:00 +02:00
ull_chan_internal.h
ull_chan.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ull_conn_internal.h Bluetooth: controller: llcp: fix typo 2022-06-29 10:25:37 +02:00
ull_conn_iso_internal.h
ull_conn_iso_types.h Bluetooth: controller: ISO TX data path including ISOAL 2022-05-06 11:32:30 +02:00
ull_conn_iso.c bluetooth: controller: Implements Peripheral CIS Create Procedure 2022-07-08 09:36:00 +02:00
ull_conn_types.h bluetooth: controller: Implements Peripheral CIS Create Procedure 2022-07-08 09:36:00 +02:00
ull_conn.c Bluetooth: llcp: Fix PHY UPD ntf send before instant on air 2022-07-25 15:17:22 +02:00
ull_df_internal.h
ull_df_types.h
ull_df.c bluetooth: controller: CIS Terminate Procedure PDU flow and unittest 2022-07-08 09:36:00 +02:00
ull_filter.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ull_filter.h
ull_internal.h Tests: bluetooth: fix ctrl_user_ext test 2022-05-13 08:56:12 -05:00
ull_iso_internal.h Bluetooth: controller: ISO TX data path including ISOAL 2022-05-06 11:32:30 +02:00
ull_iso_types.h Bluetooth: controller: ISO TX data path including ISOAL 2022-05-06 11:32:30 +02:00
ull_iso.c bluetooth: controller: Implements Peripheral CIS Create Procedure 2022-07-08 09:36:00 +02:00
ull_llcp_cc.c everywhere: Fix legacy include paths 2022-07-18 16:16:47 +00:00
ull_llcp_chmu.c bluetooth: controller: CIS Terminate Procedure PDU flow and unittest 2022-07-08 09:36:00 +02:00
ull_llcp_common.c bluetooth: controller: Implements Peripheral CIS Create Procedure 2022-07-08 09:36:00 +02:00
ull_llcp_conn_upd.c bluetooth: controller: CIS Terminate Procedure PDU flow and unittest 2022-07-08 09:36:00 +02:00
ull_llcp_enc.c bluetooth: controller: CIS Terminate Procedure PDU flow and unittest 2022-07-08 09:36:00 +02:00
ull_llcp_features.h bluetooth: controller: Fixing feature API re. non standard bool typedef 2022-07-08 09:36:00 +02:00
ull_llcp_internal.h Bluetooth: llcp: Fix PHY UPD ntf send before instant on air 2022-07-25 15:17:22 +02:00
ull_llcp_local.c Bluetooth: llcp: Fix PHY UPD ntf send before instant on air 2022-07-25 15:17:22 +02:00
ull_llcp_pdu.c bluetooth: controller: Implements Peripheral CIS Create Procedure 2022-07-08 09:36:00 +02:00
ull_llcp_phy.c Bluetooth: controller: llcp: fix failing LL/CON/CEN/BV-55-C 2022-08-01 18:00:50 +02:00
ull_llcp_remote.c Bluetooth: llcp: Fix PHY UPD ntf send before instant on air 2022-07-25 15:17:22 +02:00
ull_llcp.c Bluetooth: llcp: Fix PHY UPD ntf send before instant on air 2022-07-25 15:17:22 +02:00
ull_llcp.h Bluetooth: llcp: Fix PHY UPD ntf send before instant on air 2022-07-25 15:17:22 +02:00
ull_periph_internal.h
ull_peripheral_iso_internal.h Bluetooth: controller: ISO TX data path including ISOAL 2022-05-06 11:32:30 +02:00
ull_peripheral_iso.c bluetooth: controller: Implements Peripheral CIS Create Procedure 2022-07-08 09:36:00 +02:00
ull_peripheral.c bluetooth: controller: Implements Peripheral CIS Create Procedure 2022-07-08 09:36:00 +02:00
ull_scan_aux.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ull_scan_internal.h
ull_scan_types.h
ull_scan.c Bluetooth: Controller: Fix missing reset of coded PHY scanning 2022-07-11 14:15:13 +02:00
ull_sched_internal.h Bluetooth: Controller: Fix overlapping advertising events 2022-07-11 13:34:29 +02:00
ull_sched.c Bluetooth: Controller: Use maximum Adv PDU size time reservation 2022-07-11 13:34:29 +02:00
ull_sync_internal.h
ull_sync_iso_internal.h
ull_sync_iso.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ull_sync_types.h Bluetooth: Controller: Fix per sync cancel and sync establ synchronize 2022-05-17 11:39:09 +02:00
ull_sync.c Bluetooth: Controller: Fix per sync cancel and sync establ synchronize 2022-05-17 11:39:09 +02:00
ull_tx_queue.c
ull_tx_queue.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ull.c Bluetooth: Controller: fix mayfly unwanted re-init every bt_enable call 2022-07-13 16:13:57 +02:00