zephyr/subsys/bluetooth/controller/ll_sw
Vinayak Kariappa Chettimada 869d3c24d7 Bluetooth: Controller: Rename PKT_DC_US to PDU_MAX_US
Rename PKT_DC_US to PDU_MAX_US.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2021-08-25 18:06:47 -04:00
..
nordic Bluetooth: Controller: Add missing range delay for extended active scan 2021-08-25 18:06:47 -04:00
openisa Bluetooth: controller: Accumulate latency on aborting event in pipeline 2021-05-06 19:13:31 +02:00
isoal.c Bluetooth: Controller: ISO adaptation layer 2021-05-07 13:14:31 +02:00
isoal.h Bluetooth: Controller: ISO adaptation layer 2021-05-07 13:14:31 +02:00
ll_addr.c Bluetooth: controller: Add support for linked adv PDUs 2021-07-10 12:44:33 -04:00
ll_feat.c Bluetooth: controller: Add CTE Rx params struct to lll_conn declaration 2021-08-18 20:11:10 -04:00
ll_settings.c Bluetooth: controller: Cleanup included header files 2020-12-17 11:23:18 +01:00
ll_test.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ll_tx_pwr.c Bluetooth: controller: Add CTE Rx params struct to lll_conn declaration 2021-08-18 20:11:10 -04:00
lll.h Bluetooth: Controller: Use the received coding scheme when scanning 2021-08-25 18:06:47 -04:00
lll_adv.h Bluetooth: controller: Enable back-to-back chaining for periodic adv 2021-07-10 12:44:33 -04:00
lll_adv_aux.h Bluetooth: controller: Restructure LLL include files 2021-02-18 12:03:13 -05:00
lll_adv_sync.h Bluetooth: controller: Restructure LLL include files 2021-02-18 12:03:13 -05: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: Refactor out clock ppm interface 2020-10-07 17:45:23 +02:00
lll_common.c Bluetooth: controller: Implement ADV re-schedule for new scheduler 2021-08-13 07:30:56 -04:00
lll_conn.h Bluetooth: controller: Add CTE Rx params struct to lll_conn declaration 2021-08-18 20:11:10 -04:00
lll_conn_iso.h Bluetooth: controller: Remove cis_handles array from ISO groups 2021-06-16 10:38:38 +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: Make WL size configurable 2020-11-17 20:03:00 +01:00
lll_master.h Bluetooth: controller: Restructure LLL include files 2021-02-18 12:03:13 -05: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: Resume primary PDU scanning after Auxiliary PDU 2021-08-17 17:36:19 +02:00
lll_scan_aux.h Bluetooth: controller: Restructure LLL include files 2021-02-18 12:03:13 -05:00
lll_sched.h Bluetooth: controller: Restructure LLL include files 2021-02-18 12:03:13 -05:00
lll_slave.h Bluetooth: controller: Restructure LLL include files 2021-02-18 12:03:13 -05:00
lll_sync.h Bluetooth: controller: LLL: Add DF configuration to lll_sync structure. 2021-05-06 16:27:16 +02:00
lll_sync_iso.h Bluetooth: controller: Remove is_enabled flag for BIS events 2021-01-04 16:27:58 +01:00
nrf.cmake Bluetooth: controller: Consolidate ISO role Kconfigs 2021-04-19 10:22:59 +02:00
openisa.cmake Bluetooth: controller: Remove vendor specific internal LLL include 2021-03-01 11:24:40 +01:00
pdu.h Bluetooth: Controller: Rename PKT_DC_US to PDU_MAX_US 2021-08-25 18:06:47 -04:00
ull.c Bluetooth: Controller: Fix sync of primary and auxiliary adv terminate 2021-08-20 12:49:43 +02:00
ull_adv.c Bluetooth: Controller: Fix sync of primary and auxiliary adv terminate 2021-08-20 12:49:43 +02:00
ull_adv_aux.c Bluetooth: Controller: Simplify clearing of extended scan response data 2021-08-23 08:23:36 -04:00
ull_adv_internal.h Bluetooth: Controller: Fix sync of primary and auxiliary adv terminate 2021-08-20 12:49:43 +02:00
ull_adv_iso.c Bluetooth: controller: remove unnecessary ull_adv_ext_hdr_data struct 2021-07-17 16:43:08 -04:00
ull_adv_sync.c Bluetooth: controller: remove warning about defined bvt unused function 2021-08-07 20:50:03 -04:00
ull_adv_types.h Bluetooth: controller: Implement ADV re-schedule for new scheduler 2021-08-13 07:30:56 -04:00
ull_central_iso.c Bluetooth: controller: Add init/reset stubs for CIS central/peripheral ULL 2021-02-15 17:33:46 -05: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 Bluetooth: controller: split: Rework with defines for adv set states 2020-06-12 15:50:34 +02:00
ull_chan_internal.h Bluetooth: controller: split: Fix compile error in periodic adv code 2020-06-12 15:50:34 +02:00
ull_conn.c Bluetooth: Controller: Rename PKT_DC_US to PDU_MAX_US 2021-08-25 18:06:47 -04:00
ull_conn_internal.h Bluetooth: Controller: Cleanup mutual exclusion in CPR implementation 2021-07-01 13:30:50 -04:00
ull_conn_iso.c Bluetooth: controller: CIS/CIG teardown at ACL disconnect 2021-06-16 10:38:38 +02:00
ull_conn_iso_internal.h Bluetooth: controller: CIS/CIG teardown at ACL disconnect 2021-06-16 10:38:38 +02:00
ull_conn_iso_types.h Bluetooth: controller: CIS/CIG teardown at ACL disconnect 2021-06-16 10:38:38 +02:00
ull_conn_types.h Bluetooth: controller: Add CTE Rx params struct to ll_conn declaration 2021-08-18 20:11:10 -04:00
ull_df.c Bluetooth: controller: add functions to enable CTE req LLCP 2021-08-18 20:11:10 -04:00
ull_df_internal.h Bluetooth: controller: Use common mem_link_rx for node_rx_iq_report 2021-05-06 16:27:16 +02:00
ull_df_types.h Bluetooth: controller: Use common mem_link_rx for node_rx_iq_report 2021-05-06 16:27:16 +02:00
ull_filter.c Bluetooth: controller: Add CTE Rx params struct to lll_conn declaration 2021-08-18 20:11:10 -04:00
ull_filter.h Bluetooth: controller: Fix AdvA/TgtA for extended adv PDUs 2020-12-04 17:09:46 +01:00
ull_internal.h Bluetooth: Controller: Minor refactor of extra done type set function 2021-08-20 12:49:43 +02:00
ull_iso.c Bluetooth: controller: CIS/CIG teardown at ACL disconnect 2021-06-16 10:38:38 +02:00
ull_iso_internal.h Bluetooth: controller: Move ISO tx functionality to ull_iso.c 2020-12-04 17:09:33 +01:00
ull_iso_types.h Bluetooth: controller: ISO adaptation layer, Rx unframed 2021-04-14 18:17:09 +02:00
ull_master.c Bluetooth: controller: Add CTE Rx params struct to lll_conn declaration 2021-08-18 20:11:10 -04:00
ull_master_internal.h Bluetooth: controller: Fix adv/scan context access post release 2021-05-10 18:19:00 +02:00
ull_peripheral_iso.c Bluetooth: controller: CIS/CIG teardown at ACL disconnect 2021-06-16 10:38:38 +02:00
ull_peripheral_iso_internal.h Bluetooth: controller: Initial CIS peripheral establishment 2021-03-27 08:57:03 -04:00
ull_scan.c Bluetooth: Controller: Schedule LLL prepare before scan train code 2021-08-24 07:35:59 -04:00
ull_scan_aux.c Bluetooth: Controller: Use the received coding scheme when scanning 2021-08-25 18:06:47 -04:00
ull_scan_internal.h Bluetooth: Controller: Release LLL scheduling aux on incomplete data 2021-08-17 17:36:19 +02:00
ull_scan_types.h Bluetooth: controller: Avoid sizeof to access ULL/LLL struct member 2021-04-19 10:26:38 +02:00
ull_sched.c Bluetooth: controller: Add CTE Rx params struct to lll_conn declaration 2021-08-18 20:11:10 -04:00
ull_sched_internal.h Bluetooth: controller: split: Port advanced scheduling 2020-06-09 10:43:58 +02:00
ull_slave.c Bluetooth: controller: Add CTE Rx params struct to ll_conn declaration 2021-08-18 20:11:10 -04:00
ull_slave_internal.h Bluetooth: controller: Fix adv/scan context access post release 2021-05-10 18:19:00 +02:00
ull_sync.c Bluetooth: Controller: Use the received coding scheme when scanning 2021-08-25 18:06:47 -04:00
ull_sync_internal.h Bluetooth: controller: Add function to update per sync event slot duration 2021-05-06 16:27:16 +02:00
ull_sync_iso.c Bluetooth: controller: Avoid sizeof to access ULL/LLL struct member 2021-04-19 10:26:38 +02:00
ull_sync_iso_internal.h Bluetooth: controller: Rename pdu_biginfo to pdu_big_info 2021-02-19 10:28:41 +01:00
ull_sync_types.h Bluetooth: controller: Avoid sizeof to access ULL/LLL struct member 2021-04-19 10:26:38 +02:00