zephyr/subsys/bluetooth/controller/ll_sw
Vinayak Kariappa Chettimada 4661ae3c21 Bluetooth: Controller: Fix Extended Scanning Address Resolution
Fix the received Extended Advertising PDU's address
resolution latency due to missing reset of pending IRQ in
the NVIC which caused the wait loop from not exit correctly.

Fixes #30243.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2021-08-04 10:37:08 +02:00
..
nordic Bluetooth: Controller: Fix Extended Scanning Address Resolution 2021-08-04 10:37:08 +02: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: Implement LE Set Host Feature Command 2021-05-07 15:25:18 +02:00
ll_settings.c
ll_test.h
ll_tx_pwr.c Bluetooth: controller: Add support for linked adv PDUs 2021-07-10 12:44:33 -04:00
lll_adv_aux.h
lll_adv_sync.h
lll_adv.h Bluetooth: controller: Enable back-to-back chaining for periodic adv 2021-07-10 12:44:33 -04:00
lll_central_iso.h
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
lll_common.c Bluetooth: controller: Framework for new feature BT_CTLR_JIT_SCHEDULING 2021-04-13 12:15:12 +02:00
lll_conn_iso.h Bluetooth: controller: Remove cis_handles array from ISO groups 2021-06-16 10:38:38 +02:00
lll_conn.h Bluetooth: controller: Guard against race in conn. establishment 2021-04-13 13:02:35 -04:00
lll_df.h Bluetooth: controller: Add IQ report mem pool management 2021-05-06 16:27:16 +02:00
lll_filter.h
lll_master.h
lll_peripheral_iso.h
lll_scan_aux.h
lll_scan.h Bluetooth: controller: Implement disabling the other PHY initiator 2021-05-05 14:15:05 +02:00
lll_sched.h
lll_slave.h
lll_sync_iso.h
lll_sync.h Bluetooth: controller: LLL: Add DF configuration to lll_sync structure. 2021-05-06 16:27:16 +02:00
lll.h Bluetooth: controller: Make number of done events vendor configurable 2021-05-07 13:08:27 +02:00
nrf.cmake Bluetooth: controller: Consolidate ISO role Kconfigs 2021-04-19 10:22:59 +02:00
openisa.cmake
pdu.h Bluetooth: Controller: Remember last used DID for each SID 2021-07-26 15:30:04 +02:00
ull_adv_aux.c Bluetooth: controller: Add reset of per adv for HCI_Reset command 2021-08-03 13:16:10 +02:00
ull_adv_internal.h Bluetooth: controller: Add reset of per adv for HCI_Reset command 2021-08-03 13:16:10 +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: Add reset of per adv for HCI_Reset command 2021-08-03 13:16:10 +02:00
ull_adv_types.h Bluetooth: Controller: Fix corrupt AD data after directed advertising 2021-07-26 15:29:55 +02:00
ull_adv.c Bluetooth: controller: Add reset of per adv for HCI_Reset command 2021-08-03 13:16:10 +02:00
ull_central_iso_internal.h
ull_central_iso.c
ull_chan_internal.h
ull_chan.c
ull_conn_internal.h Bluetooth: Controller: Cleanup mutual exclusion in CPR implementation 2021-07-01 13:30:50 -04: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_iso.c Bluetooth: controller: CIS/CIG teardown at ACL disconnect 2021-06-16 10:38:38 +02:00
ull_conn_types.h Bluetooth: controller: Replace use if LL_FEAT with ll_feat_get() 2021-05-07 15:25:18 +02:00
ull_conn.c Bluetooth: Controller: Flush pending Tx PDUs before PHY update 2021-07-28 11:38:42 +02: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_df.c Bluetooth: controller: Add reset of per adv for HCI_Reset command 2021-08-03 13:16:10 +02:00
ull_filter.c Bluetooth: controller: Explicitly ignore return value 2021-05-19 17:10:08 -04:00
ull_filter.h
ull_internal.h Bluetooth: controller: Fix uninitialized ULL reference count 2021-04-19 10:26:38 +02:00
ull_iso_internal.h
ull_iso_types.h Bluetooth: controller: ISO adaptation layer, Rx unframed 2021-04-14 18:17:09 +02:00
ull_iso.c Bluetooth: controller: CIS/CIG teardown at ACL disconnect 2021-06-16 10:38:38 +02:00
ull_master_internal.h Bluetooth: controller: Fix adv/scan context access post release 2021-05-10 18:19:00 +02:00
ull_master.c Bluetooth: controller: Add support for linked adv PDUs 2021-07-10 12:44:33 -04:00
ull_peripheral_iso_internal.h Bluetooth: controller: Initial CIS peripheral establishment 2021-03-27 08:57:03 -04:00
ull_peripheral_iso.c Bluetooth: controller: CIS/CIG teardown at ACL disconnect 2021-06-16 10:38:38 +02:00
ull_scan_aux.c Bluetooth: controller: Fix PKT_AC_US macro 2021-07-10 12:44:33 -04:00
ull_scan_internal.h
ull_scan_types.h Bluetooth: controller: Avoid sizeof to access ULL/LLL struct member 2021-04-19 10:26:38 +02:00
ull_scan.c Bluetooth: controller: Implement disabling the other PHY initiator 2021-05-05 14:15:05 +02:00
ull_sched_internal.h
ull_sched.c Bluetooth: controller: Improve ticker_by_next_slot_get 2021-06-11 16:18:55 +02:00
ull_slave_internal.h Bluetooth: controller: Fix adv/scan context access post release 2021-05-10 18:19:00 +02:00
ull_slave.c Bluetooth: controller: Add support for linked adv PDUs 2021-07-10 12:44:33 -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_internal.h
ull_sync_iso.c Bluetooth: controller: Avoid sizeof to access ULL/LLL struct member 2021-04-19 10:26:38 +02:00
ull_sync_types.h Bluetooth: controller: Avoid sizeof to access ULL/LLL struct member 2021-04-19 10:26:38 +02:00
ull_sync.c Bluetooth: Controller: Fix Periodic Sync setup with invalid channels 2021-07-12 17:23:51 +02:00
ull.c Bluetooth: Controller: Fix HCI reset assert initiating on coded PHY 2021-07-19 14:19:25 +02:00