zephyr/subsys/bluetooth/controller/ll_sw
Troels Nilsson de8c19da5e Bluetooth: controller: Handle fragmented AD without chaining PDUs
Adds support for handling fragmented advertising data over HCI when
CONFIG_BT_CTLR_ADV_AUX_PDU_LINK is not enabled

- Added support for appending advertising data to ull_adv_aux_hdr_set_clear
  and ull_adv_aux_pdu_set_clear via ULL_ADV_PDU_HDR_FIELD_AD_DATA_APPEND
- Updated ll_adv_aux_ad_data_set and ll_adv_aux_sr_data_set to
  handle fragmentation ops without CONFIG_BT_CTLR_ADV_AUX_PDU_LINK

Signed-off-by: Troels Nilsson <trnn@demant.com>
2022-10-05 09:18:15 +00:00
..
nordic Bluetooth: Controller: Minor indentation fix 2022-10-04 10:36:32 +02:00
openisa devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
isoal.c Bluetooth: controller: Implemented PDU release timeout 2022-10-03 13:22:13 +02:00
isoal.h Bluetooth: controller: Implemented PDU release timeout 2022-10-03 13:22:13 +02:00
ll_addr.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
ll_feat.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
ll_settings.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ll_test.h bluetooth: controller: Add support for all DTM commands 2022-03-18 12:00:03 +01:00
ll_tx_pwr.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
lll.h Bluetooth: controller: Implemented PDU release timeout 2022-10-03 13:22:13 +02:00
lll_adv.h Bluetooth: Controller: Review rework of jitter in aux offset 2022-08-02 12:54:31 +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 Bluetooth: Controller: Initial broadcast ISO Tx data path 2022-03-01 14:54:35 +01:00
lll_adv_sync.h Bluetooth: controller: Restructure LLL include files 2021-02-18 12:03:13 -05:00
lll_central.h Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
lll_central_iso.h Bluetooth: controller: Define ULL/LLL interface for CIS central and periph 2021-02-15 17:33:46 -05:00
lll_chan.c Bluetooth: Controller: Use BT_CTLR_BROADCAST_ISO Kconfig option 2021-07-19 14:18:31 +02:00
lll_chan.h Bluetooth: controller: Implement CSA #2 for SubEvents 2021-07-19 14:18:31 +02:00
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.h Bluetooth: controller: llcp: update max dle times on feature exchange 2022-05-25 16:29:18 +02:00
lll_conn_iso.h Bluetooth: controller: ISO TX data path including ISOAL 2022-05-06 11:32:30 +02:00
lll_df.h Bluetooth: controller: Add IQ report mem pool management 2021-05-06 16:27:16 +02:00
lll_filter.h bluetooth: controller: Expose prpa cache for LLL use 2022-08-04 15:05:41 +02:00
lll_iso_tx.h Bluetooth: controller: ISO TX data path including ISOAL 2022-05-06 11:32:30 +02:00
lll_peripheral.h Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
lll_peripheral_iso.h Bluetooth: controller: Define ULL/LLL interface for CIS central and periph 2021-02-15 17:33:46 -05:00
lll_scan.h Bluetooth: Controller: Fix Periodic Adv Sync from preemption 2022-08-03 12:02:47 +02:00
lll_scan_aux.h Bluetooth: Controller: Move aux sync scanning to lll_sync 2021-08-27 11:46:31 -04:00
lll_sched.h Bluetooth: Controller: Rename use of mstr word to cen for Central 2022-03-01 11:51:46 +01:00
lll_sync.h Bluetooth: df: Add ntf of insufficient resources for IQ samples 2022-09-22 18:04:00 +02:00
lll_sync_iso.h Bluetooth: Controller: Support for multiple BIS sync selection 2022-09-05 17:37:47 +02:00
nrf.cmake modules: hal_nordic: Improve reservation of resources for BT_CTLR 2022-03-15 14:59:35 +01:00
openisa.cmake Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
pdu.h Bluetooth: controller: Big-endian fix for aux_ptr offs and phy 2022-09-08 10:08:51 +00:00
ull.c Bluetooth: Controller: Fix infinite loop receiving ISO Data 2022-09-22 18:05:36 +02:00
ull_adv.c Bluetooth: Controller: Fix T_MAFS between broadcasting roles 2022-09-23 11:51:52 +02:00
ull_adv_aux.c Bluetooth: controller: Handle fragmented AD without chaining PDUs 2022-10-05 09:18:15 +00: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: Fix BIS max PDU size used in calc of sub_interval 2022-09-23 12:47:17 +00:00
ull_adv_sync.c Bluetooth: Controller: Fix T_MAFS between broadcasting roles 2022-09-23 11:51:52 +02:00
ull_adv_types.h Bluetooth: Controller: Fix BT_CTLR_ADV_DATA_LEN_MAX Kconfig dependency 2022-09-08 10:12:56 +02:00
ull_central.c Bluetooth: controller: fixing slot reservation for connection setup 2022-09-27 10:02:07 +00:00
ull_central_internal.h Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
ull_central_iso.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
ull_central_iso_internal.h Bluetooth: controller: Add init/reset stubs for CIS central/peripheral ULL 2021-02-15 17:33:46 -05:00
ull_chan.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ull_chan_internal.h Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_conn.c Bluetooth: Controller: Fix DLE HCI params parsing 2022-10-03 10:08:34 +02:00
ull_conn_internal.h Bluetooth: controller: llcp: fix typo 2022-06-29 10:25:37 +02:00
ull_conn_iso.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
ull_conn_iso_internal.h Bluetooth: controller: Implements ISO Test Mode HCI commands 2022-08-31 21:50:13 +00:00
ull_conn_iso_types.h Bluetooth: controller: Implements ISO Test Mode HCI commands 2022-08-31 21:50:13 +00:00
ull_conn_types.h Bluetooth: controller: Implements ISO Test Mode HCI commands 2022-08-31 21:50:13 +00:00
ull_df.c Bluetooth: df: Add ntf of insufficient resources for IQ samples 2022-09-22 18:04:00 +02:00
ull_df_internal.h Bluetooth: Controller: Add CTE recv and sample in connected mode 2022-01-04 09:10:05 -05:00
ull_df_types.h bluetooth: controller: Add support for all DTM commands 2022-03-18 12:00:03 +01:00
ull_filter.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
ull_filter.h Bluetooth: Controller: Implement Periodic Advertiser List 2021-10-01 21:48:51 +02:00
ull_internal.h Tests: bluetooth: fix ctrl_user_ext test 2022-05-13 08:56:12 -05:00
ull_iso.c Bluetooth: controller: Implemented PDU release timeout 2022-10-03 13:22:13 +02:00
ull_iso_internal.h Bluetooth: controller: Implements ISO Test Mode HCI commands 2022-08-31 21:50:13 +00:00
ull_iso_types.h Bluetooth: Controller: Fix stream index use in Broadcast ISO Tx 2022-09-22 15:53:35 +02:00
ull_llcp.c Bluetooth: controller: ensure memory access is aligned 2022-09-30 11:12:19 +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_llcp_cc.c Bluetooth: controller: llcp: fix CI tests for new LLCP 2022-08-14 21:59:09 +02: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: correct parameters in conn update complete event 2022-10-03 10:20:04 +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 unhandled rsp in periph phy upd proc 2022-08-26 11:56:33 +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_periph_internal.h Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
ull_peripheral.c Bluetooth: controller: fixing slot reservation for connection setup 2022-09-27 10:02:07 +00:00
ull_peripheral_iso.c Bluetooth: controller: Implemented PDU release timeout 2022-10-03 13:22:13 +02:00
ull_peripheral_iso_internal.h Bluetooth: controller: ISO TX data path including ISOAL 2022-05-06 11:32:30 +02:00
ull_scan.c Bluetooth: Controller: Fix auxiliary scan stop assertion check 2022-09-23 08:11:39 +00:00
ull_scan_aux.c Bluetooth: Controller: Fix node rx leak on extended scanning stop 2022-09-29 16:42:36 +02:00
ull_scan_internal.h everywhere: fix typos 2022-03-18 13:24:08 -04:00
ull_scan_types.h Bluetooth: Controller: Fix auxiliary scan stop assertion check 2022-09-23 08:11:39 +00:00
ull_sched.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
ull_sched_internal.h Bluetooth: Controller: Fix overlapping advertising events 2022-07-11 13:34:29 +02:00
ull_sync.c Bluetooth: Controller: Remove redundant assertion check 2022-10-04 10:36:32 +02:00
ull_sync_internal.h Bluetooth: Controller: Fix missing reset of sync create association 2022-03-09 13:58:17 +01:00
ull_sync_iso.c Bluetooth: Controller: Fix missing terminate reason initialization 2022-09-19 18:11:40 +02:00
ull_sync_iso_internal.h Bluetooth: Controller: Implement ISO Sync Receiver connection handle 2021-11-25 10:43:51 -05:00
ull_sync_types.h Bluetooth: Controller: Fix per sync cancel and sync establ synchronize 2022-05-17 11:39:09 +02:00
ull_tx_queue.c Bluetooth: controller: Rework TX data pause 2022-04-04 15:34:09 +02:00
ull_tx_queue.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00