zephyr/subsys/bluetooth/controller/ll_sw
Morten Priess cb7c4d3850 Bluetooth: controller: Fix ll_cig_remove not cleaning up
When removing a CIG, the instance and associated CIS instances were not
always released. This causes repeated Create_CIG/Remove_CIG operations
to fail assertion with resource error.
Enables CONFIG_BT_CTLR_CENTRAL_ISO in bsim_test_audio.

Fixes issue #53301.

Signed-off-by: Morten Priess <mtpr@oticon.com>
2023-01-24 14:49:43 +01:00
..
nordic Bluetooth: controller: Fix JIT rescheduling for ext. advertising 2023-01-10 14:05:42 +00:00
openisa Bluetooth: controller: refactor ull_rx_put/sched 2022-12-09 12:44:39 +01:00
isoal.c bluetooth: controller: Prevent Out of band access 2023-01-23 12:04:25 +00:00
isoal.h Bluetooth: controller: corrected time stamps for unframed RX 2022-12-07 10:15:17 +00:00
ll_addr.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
ll_feat.c Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
ll_settings.c Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
ll_test.h
ll_tx_pwr.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
lll_adv_aux.h Bluetooth: Controller: Use remainder in Ext and Periodic PDU offset 2022-08-02 12:54:31 +02:00
lll_adv_iso.h
lll_adv_sync.h
lll_adv.h Bluetooth: Controller: Receive starting at selected BIS and skip others 2022-12-12 18:43:47 +01:00
lll_central_iso.h
lll_central.h
lll_chan.c Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
lll_chan.h
lll_clock.h
lll_common.c Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
lll_conn_iso.h Bluetooth: controller: Implementing CIS STO & establishment timeout 2022-12-01 10:32:34 +01:00
lll_conn.h Bluetooth: controller: Kconfig for event length update 2023-01-19 11:18:51 +01:00
lll_df.h
lll_filter.h bluetooth: controller: Expose prpa cache for LLL use 2022-08-04 15:05:41 +02:00
lll_iso_tx.h
lll_peripheral_iso.h
lll_peripheral.h
lll_scan_aux.h
lll_scan.h Bluetooth: Controller: Fix Periodic Adv Sync from preemption 2022-08-03 12:02:47 +02:00
lll_sched.h
lll_sync_iso.h Bluetooth: Controller: Receive starting at selected BIS and skip others 2022-12-12 18:43:47 +01:00
lll_sync.h Bluetooth: df: Add ntf of insufficient resources for IQ samples 2022-09-22 18:04:00 +02:00
lll.h Bluetooth: controller: refactor ull_rx_put/sched 2022-12-09 12:44:39 +01:00
nrf.cmake Bluetooth: controller: Implement CIS Central in ULL 2022-11-18 12:48:13 +01:00
openisa.cmake
pdu.h Bluetooth: controller: refactor pdu encode/decode functions 2022-12-09 12:44:39 +01:00
ull_adv_aux.c Bluetooth: Controller: FIXME comment for chain PDU time reservation 2023-01-23 13:08:34 +01:00
ull_adv_internal.h Bluetooth: controller: Handle fragmented AD without chaining PDUs 2022-10-05 09:18:15 +00:00
ull_adv_iso.c Bluetooth: controller: refactor ull_rx_put/sched 2022-12-09 12:44:39 +01:00
ull_adv_sync.c Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
ull_adv_types.h Bluetooth: Controller: JIT fixes for ext. adv. duration handling 2022-10-10 13:55:37 +02:00
ull_adv.c Bluetooth: Controller: legacy: Fix conn param request to be cacheable 2023-01-20 12:16:43 +01:00
ull_central_internal.h
ull_central_iso_internal.h Bluetooth: controller: CIS Central fixes from EBQ run 2022-11-18 12:48:13 +01:00
ull_central_iso.c Bluetooth: controller: Fix ll_cig_remove not cleaning up 2023-01-24 14:49:43 +01:00
ull_central.c Bluetooth: Controller: legacy: Fix conn param request to be cacheable 2023-01-20 12:16:43 +01:00
ull_chan_internal.h
ull_chan.c
ull_conn_internal.h Bluetooth: controller: integrating SCA procedure and adding HCI API 2022-11-08 10:44:54 +01:00
ull_conn_iso_internal.h Bluetooth: controller: Implement CIS Central in ULL 2022-11-18 12:48:13 +01:00
ull_conn_iso_types.h Bluetooth: controller: Implementing CIS STO & establishment timeout 2022-12-01 10:32:34 +01:00
ull_conn_iso.c Bluetooth: controller: Reduce ISO peripheral CIS establishement delay 2023-01-24 11:09:51 +00:00
ull_conn_types.h Bluetooth: Controller: legacy: Fix conn param request to be cacheable 2023-01-20 12:16:43 +01:00
ull_conn.c Bluetooth: controller: Start CIG immediately if instant is next event 2023-01-24 11:09:51 +00:00
ull_df_internal.h
ull_df_types.h
ull_df.c Bluetooth: Controller: Fix slot_plus_us by converting max CTE len to us 2023-01-17 11:27:36 +01:00
ull_filter.c Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
ull_filter.h
ull_internal.h Bluetooth: controller: refactor ll_rx_put/sched 2022-12-09 12:44:39 +01:00
ull_iso_internal.h Bluetooth: controller: Add handle to ll_data_path_sink_create 2022-12-09 11:18:49 +01:00
ull_iso_types.h Bluetooth: Controller: Fix stream index use in Broadcast ISO Tx 2022-09-22 15:53:35 +02:00
ull_iso.c Bluetooth: Controller: One extra ISO rx buffer for empty PDU reception 2022-12-12 18:43:47 +01:00
ull_llcp_cc.c Bluetooth: controller: Reduce ISO peripheral CIS establishement delay 2023-01-24 11:09:51 +00:00
ull_llcp_chmu.c Bluetooth: controller: Start CIG immediately if instant is next event 2023-01-24 11:09:51 +00:00
ull_llcp_common.c Revert "Bluetooth: controller: Reject CIS_TERMINATE when unsupported for role" 2023-01-18 22:19:57 +00:00
ull_llcp_conn_upd.c Bluetooth: controller: Start CIG immediately if instant is next event 2023-01-24 11:09:51 +00:00
ull_llcp_enc.c Bluetooth: controller: refactor enc setup lll function 2022-12-09 12:44:39 +01:00
ull_llcp_features.h Bluetooth: controller: Implement local CIS Creation procedure 2022-11-18 12:48:13 +01:00
ull_llcp_internal.h Bluetooth: controller: Reduce ISO peripheral CIS establishement delay 2023-01-24 11:09:51 +00:00
ull_llcp_local.c Bluetooth: controller: Add lock around LLCP data 2022-11-30 12:49:15 +01:00
ull_llcp_pdu.c Bluetooth: controller: Implement CIS offset equivalent calculation 2023-01-24 11:09:51 +00:00
ull_llcp_phy.c Bluetooth: controller: Start CIG immediately if instant is next event 2023-01-24 11:09:51 +00:00
ull_llcp_remote.c Bluetooth: controller: fix UNKNOWN_RSP vs. role re CIS TERMINATE support 2023-01-18 22:19:57 +00:00
ull_llcp.c Bluetooth: controller: Reduce ISO peripheral CIS establishement delay 2023-01-24 11:09:51 +00:00
ull_llcp.h Bluetooth: controller: Reduce ISO peripheral CIS establishement delay 2023-01-24 11:09:51 +00:00
ull_periph_internal.h
ull_peripheral_iso_internal.h Bluetooth: controller: Move CIS peripheral functionality to ull_conn_iso 2022-11-18 12:48:13 +01:00
ull_peripheral_iso.c Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
ull_peripheral.c Bluetooth: controller: refactor ll_rx_put/sched 2022-12-09 12:44:39 +01:00
ull_scan_aux.c Bluetooth: controller: refactor ll_rx_put/sched 2022-12-09 12:44:39 +01:00
ull_scan_internal.h
ull_scan_types.h Bluetooth: Controller: Fix auxiliary scan stop assertion check 2022-09-23 08:11:39 +00:00
ull_scan.c Bluetooth: controller: refactor ll_rx_put/sched 2022-12-09 12:44:39 +01:00
ull_sched_internal.h Bluetooth: Controller: Fix overlapping advertising events 2022-07-11 13:34:29 +02:00
ull_sched.c Bluetooth: Controller: Central maximum data PDU size time spacing 2023-01-20 12:16:43 +01:00
ull_sync_internal.h
ull_sync_iso_internal.h
ull_sync_iso.c Bluetooth: Controller: Receive starting at selected BIS and skip others 2022-12-12 18:43:47 +01:00
ull_sync_types.h
ull_sync.c Bluetooth: controller: refactor ll_rx_put/sched 2022-12-09 12:44:39 +01:00
ull_tx_queue.c
ull_tx_queue.h
ull.c Bluetooth: controller: Reduce ISO peripheral CIS establishement delay 2023-01-24 11:09:51 +00:00