zephyr/subsys/bluetooth/controller/ll_sw
frei tycho 3603d831fd Bluetooth: Controller: change condition in while to Boolean
Use `do { ... } while (false)` instead of `do { ... } while (0)`.

Signed-off-by: frei tycho <tfrei@baumer.com>
2024-08-05 16:30:13 +02:00
..
nordic Bluetooth: Controller: change condition in while to Boolean 2024-08-05 16:30:13 +02:00
openisa Bluetooth: Controller: change condition in while to Boolean 2024-08-05 16:30:13 +02:00
isoal.c bluetooth: controller: fix typo 2024-06-25 10:27:23 -04:00
isoal.h
ll_addr.c
ll_feat.c
ll_feat_internal.h
ll_settings.c
ll_test.h
ll_tx_pwr.c
lll.h Bluetooth: Controller: Rework related to separate SDU interval support 2024-08-05 16:27:43 +02:00
lll_adv.h
lll_adv_aux.h
lll_adv_iso.h
lll_adv_sync.h
lll_central.h
lll_central_iso.h
lll_chan.c
lll_chan.h
lll_clock.h
lll_common.c
lll_conn.h
lll_conn_iso.h
lll_df.h
lll_filter.h
lll_iso_tx.h
lll_peripheral.h
lll_peripheral_iso.h
lll_scan.h Bluetooth: Controller: Fix scoring for scan_aux events 2024-08-05 16:27:50 +02:00
lll_scan_aux.h
lll_sched.h
lll_sync.h bluetooth: controller: fix typo 2024-06-25 10:27:23 -04:00
lll_sync_iso.h Bluetooth: controller: Add lll_sync_iso_flush interface to LLL 2024-08-05 16:28:44 +02:00
pdu.h
pdu_df.h
ull.c bluetooth: controller: Add LLCP TX to tx_ack FIFO size 2024-08-05 16:28:27 +02:00
ull_adv.c
ull_adv_aux.c bluetooth: controller: fix typo 2024-06-25 10:27:23 -04:00
ull_adv_internal.h bluetooth: controller: fix typo 2024-06-25 10:27:23 -04:00
ull_adv_iso.c bluetooth: controller: fix typo 2024-06-25 10:27:23 -04:00
ull_adv_sync.c bluetooth: controller: fix typo 2024-06-25 10:27:23 -04:00
ull_adv_types.h
ull_central.c
ull_central_internal.h
ull_central_iso.c Bluetooth: Controller: Rework related to separate SDU interval support 2024-08-05 16:27:43 +02:00
ull_central_iso_internal.h
ull_chan.c
ull_chan_internal.h
ull_conn.c bluetooth: controller: fix typo 2024-06-25 10:27:23 -04:00
ull_conn_internal.h bluetooth: controller: fix typo 2024-06-25 10:27:23 -04:00
ull_conn_iso.c
ull_conn_iso_internal.h
ull_conn_iso_types.h
ull_conn_types.h
ull_df.c bluetooth: controller: fix typo 2024-06-25 10:27:23 -04:00
ull_df_internal.h
ull_df_types.h
ull_filter.c
ull_filter.h
ull_internal.h bluetooth: controller: fix typo 2024-06-25 10:27:23 -04:00
ull_iso.c Bluetooth: controller: Send TX PDU release with no DP to vendor function 2024-08-05 16:28:35 +02:00
ull_iso_internal.h Bluetooth: controller: Send TX PDU release with no DP to vendor function 2024-08-05 16:28:35 +02:00
ull_iso_types.h
ull_llcp.c bluetooth: controller: fix typo 2024-06-25 10:27:23 -04:00
ull_llcp.h bluetooth: controller: fix typo 2024-06-25 10:27:23 -04:00
ull_llcp_cc.c
ull_llcp_chmu.c
ull_llcp_common.c bluetooth: controller: fix typo 2024-06-25 10:27:23 -04:00
ull_llcp_conn_upd.c
ull_llcp_enc.c
ull_llcp_features.h
ull_llcp_internal.h
ull_llcp_local.c
ull_llcp_pdu.c
ull_llcp_phy.c
ull_llcp_remote.c
ull_peripheral.c
ull_peripheral_internal.h
ull_peripheral_iso.c
ull_peripheral_iso_internal.h
ull_scan.c Bluetooth: Controller: Fix scoring for scan_aux events 2024-08-05 16:27:50 +02:00
ull_scan_aux.c Bluetooth: Controller: Fix scoring for scan_aux events 2024-08-05 16:27:50 +02:00
ull_scan_internal.h
ull_scan_types.h
ull_sched.c
ull_sched_internal.h
ull_sync.c Bluetooth: controller: Notify when BIG create fails due to timeout 2024-08-05 16:28:58 +02:00
ull_sync_internal.h
ull_sync_iso.c Bluetooth: controller: Stop Sync ISO ticker when establishment fails 2024-08-05 16:28:58 +02:00
ull_sync_iso_internal.h Bluetooth: Controller: Collection of small fixes for BIS 2024-06-20 12:07:32 -04:00
ull_sync_types.h Bluetooth: controller: Add lll_sync_iso_flush interface to LLL 2024-08-05 16:28:44 +02:00
ull_tx_queue.c
ull_tx_queue.h