zephyr/subsys/bluetooth/controller/ll_sw
Piotr Pryga c50b474e01 BLuetooth: Controller: llcp: Fix wrong conditions in remote CTE req
There were wrong conditions in rp_comm_tx function for CTE request
that vefiry if:
- PHY is allowed one,
- CTE length is within allowed value.

The commit fixes it.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2022-01-21 09:30:23 -05:00
..
nordic Bluetooth: Controller: Add Kconfig to enable CTE RX in conn mode 2022-01-21 09:30:23 -05:00
openisa Bluetooth: Controller: Add CTE recv and sample in connected mode 2022-01-04 09:10:05 -05:00
isoal.c Bluetooth: controller: ISO-AL CIS RX framed and ISO bugfixes 2021-12-06 09:17:44 -05:00
isoal.h Bluetooth: controller: ISO-AL CIS RX framed and ISO bugfixes 2021-12-06 09:17:44 -05:00
ll_addr.c Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ll_feat.c Bluetooth: Controller: util: Add generic double buffer implementation 2022-01-04 09:10:05 -05: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: util: Add generic double buffer implementation 2022-01-04 09:10:05 -05:00
lll.h Bluetooth: controller: Support for separate ISO RX data path 2022-01-13 10:32:37 +01:00
lll_adv.h Bluetooth: Controller: Advertising Extensions dynamic Tx power control 2021-12-31 20:18:00 +01:00
lll_adv_aux.h Bluetooth: Controller: Fix Extended Advertising channel use 2021-09-29 14:44:47 -04:00
lll_adv_iso.h Bluetooth: controller: Add create BIG complete event 2021-11-18 16:48:47 +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: 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 Kconfig to enable CTE RX in conn mode 2022-01-21 09:30:23 -05: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: Review rework fixes and adding const qualifiers 2021-11-03 16:52:58 +01: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: Advertising Extensions dynamic Tx power control 2021-12-31 20:18:00 +01: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: Restructure LLL include files 2021-02-18 12:03:13 -05:00
lll_sync.h Bluetooth: Controller: Update support for Periodic Sync Receive enable 2021-12-29 18:01:17 +01:00
lll_sync_iso.h Bluetooth: controller: Fixed BSIM ISO compile error 2022-01-13 15:15:49 +01:00
nrf.cmake Bluetooth: Controller: BIS initial implementation review rework 2021-11-18 16:48:47 +01:00
openisa.cmake Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
pdu.h Bluetooth: Controller: Skip re-init of static initialized PDU fields 2022-01-19 13:45:09 -05:00
ull.c Bluetooth: Controller: Add Kconfig to enable CTE RX in conn mode 2022-01-21 09:30:23 -05:00
ull_adv.c Bluetooth: Controller: Add Kconfig to enable CTE RX in conn mode 2022-01-21 09:30:23 -05:00
ull_adv_aux.c Bluetooth: Controller: util: Add generic double buffer implementation 2022-01-04 09:10:05 -05:00
ull_adv_internal.h Bluetooth: Controller: Implement ISO Broadcaster connection handle 2021-11-25 10:43:51 -05:00
ull_adv_iso.c Bluetooth: Controller: Implement ISO Broadcaster connection handle 2021-11-25 10:43:51 -05:00
ull_adv_sync.c Bluetooth: Controller: util: Add generic double buffer implementation 2022-01-04 09:10:05 -05:00
ull_adv_types.h Bluetooth: controller: Add the BIG terminate event generation 2021-11-18 16:48:47 +01:00
ull_central.c Bluetooth: Controller: Add Kconfig to enable CTE RX in conn mode 2022-01-21 09:30:23 -05:00
ull_central_internal.h Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
ull_central_iso.c Bluetooth: controller: Replace {m_,s_} with {c_,p_} 2021-09-21 13:01:29 +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 Bluetooth: Controller: util: Add generic double buffer implementation 2022-01-04 09:10:05 -05: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: Apply suggestions from code review 2022-01-19 13:45:09 -05:00
ull_conn_internal.h Bluetooth: controller: Add CTE present bit to pdu_data 2021-12-22 12:18:17 +01:00
ull_conn_iso.c Bluetooth: controller: ISO-AL CIS RX framed and ISO bugfixes 2021-12-06 09:17:44 -05:00
ull_conn_iso_internal.h Bluetooth: controller: Send disconnect complete when CIS is terminated 2021-10-28 11:18:40 +02:00
ull_conn_iso_types.h Bluetooth: controller: ISO-AL CIS RX framed and ISO bugfixes 2021-12-06 09:17:44 -05:00
ull_conn_types.h Bluetooth: controller: fixing up struct ll_conn for new LLCP 2022-01-10 14:50:14 +01:00
ull_df.c Bluetooth: Controller: Add Kconfig to enable CTE RX in conn mode 2022-01-21 09:30:23 -05: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 CTE recv and sample in connected mode 2022-01-04 09:10:05 -05:00
ull_filter.c Bluetooth: Controller: util: Add generic double buffer implementation 2022-01-04 09:10:05 -05:00
ull_filter.h Bluetooth: Controller: Implement Periodic Advertiser List 2021-10-01 21:48:51 +02:00
ull_internal.h Bluetooth: controller: Introduction of RXFIFO composite 2021-12-02 10:52:57 +01:00
ull_iso.c Bluetooth: controller: Support for separate ISO RX data path 2022-01-13 10:32:37 +01:00
ull_iso_internal.h Bluetooth: controller: Support for separate ISO RX data path 2022-01-13 10:32:37 +01:00
ull_iso_types.h Bluetooth: controller: ISO-AL CIS RX framed and ISO bugfixes 2021-12-06 09:17:44 -05:00
ull_llcp.c Bluetooth: Controller: Add CTE recv and sample in connected mode 2022-01-04 09:10:05 -05:00
ull_llcp.h Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_llcp_chmu.c Bluetooth: controller: completing procedure pause handling 2022-01-10 14:50:14 +01:00
ull_llcp_common.c BLuetooth: Controller: llcp: Fix wrong conditions in remote CTE req 2022-01-21 09:30:23 -05:00
ull_llcp_conn_upd.c Bluetooth: controller: completing procedure pause handling 2022-01-10 14:50:14 +01:00
ull_llcp_enc.c Bluetooth: controller: completing procedure pause handling 2022-01-10 14:50:14 +01:00
ull_llcp_features.h Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00
ull_llcp_internal.h Bluetooth: controller: completing procedure pause handling 2022-01-10 14:50:14 +01:00
ull_llcp_local.c Bluetooth: controller: completing procedure pause handling 2022-01-10 14:50:14 +01:00
ull_llcp_pdu.c Bluetooth: Controller: Add CTE recv and sample in connected mode 2022-01-04 09:10:05 -05:00
ull_llcp_phy.c Bluetooth: controller: completing procedure pause handling 2022-01-10 14:50:14 +01:00
ull_llcp_remote.c Bluetooth: controller: fixing up problem in collision handling 2022-01-10 14:50:14 +01:00
ull_periph_internal.h Bluetooth: controller: Replace slave with peripheral 2021-09-21 13:01:29 +02:00
ull_peripheral.c Bluetooth: Controller: util: Add generic double buffer implementation 2022-01-04 09:10:05 -05:00
ull_peripheral_iso.c Bluetooth: controller: ISO-AL CIS RX framed and ISO bugfixes 2021-12-06 09:17:44 -05: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: util: Add generic double buffer implementation 2022-01-04 09:10:05 -05:00
ull_scan_aux.c Bluetooth: Controller: util: Add generic double buffer implementation 2022-01-04 09:10:05 -05:00
ull_scan_internal.h Bluetooth: Controller: Fix Periodic Advertising Sync aux context leak 2021-12-22 16:55:17 +01:00
ull_scan_types.h Bluetooth: controller: ULL: add per sync filtering by CTE type 2021-10-07 21:36:55 -04:00
ull_sched.c Bluetooth: Controller: util: Add generic double buffer implementation 2022-01-04 09:10:05 -05:00
ull_sched_internal.h Bluetooth: controller: split: Port advanced scheduling 2020-06-09 10:43:58 +02:00
ull_sync.c Bluetooth: Controller: util: Add generic double buffer implementation 2022-01-04 09:10:05 -05:00
ull_sync_internal.h Bluetooth: Controller: Fix Periodic Sync Failed to be Established 2021-11-16 12:12:56 +01:00
ull_sync_iso.c Bluetooth: Controller: Initial ISO Sync Receiver datapath integration 2021-11-25 10:43:51 -05: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: Update support for Periodic Sync Receive enable 2021-12-29 18:01:17 +01:00
ull_tx_queue.c Bluetooth: controller: fixing up possible race in data tx pause/resume 2022-01-10 14:50:14 +01:00
ull_tx_queue.h Bluetooth: controller: push topic branch to main 2021-11-16 21:24:37 -05:00