zephyr/subsys/bluetooth/controller
Saleh Mehdikhani d201d4d79a Bluetooth: Controller: Fixing value of sample_offset when PHY is 1M
When PHY is set to 1M, due to missed "break" statement of switch/case
the sample_offset will be set to the corresponding values of 2M
which causes improper function of sampling CTE signals.
By adding "break" statement the problem has solved.

Fixes: #44296

Signed-off-by: Saleh Mehdikhani <saleh.mehdikhani@unikie.com>
2022-03-30 11:30:05 +02:00
..
crypto
hal Bluetooth: Controller: df: make radio_df_vendor_hal.h compile in always 2022-03-21 10:15:39 +01:00
hci Bluetooth: Controller: Fix filter accept list with periodic adv list use 2022-03-23 16:32:49 +01:00
include everywhere: fix typos 2022-03-18 13:24:08 -04:00
ll_sw Bluetooth: Controller: Fixing value of sample_offset when PHY is 1M 2022-03-30 11:30:05 +02:00
ticker Bluetooth: Controller: Yield stopped ticker time reservations 2022-03-23 12:53:38 +01:00
util Bluetooth: Controller: Add static build assert to check mem member 2022-03-22 12:33:49 +01:00
CMakeLists.txt Bluetooth: Controller: Schedule BIG event after Periodic Adv event 2022-03-01 11:51:46 +01:00
Kconfig edtt: Extend Zephyr EDTT test app with IXIT request/response command 2022-03-22 12:35:32 +01:00
Kconfig.df everywhere: fix typos 2022-03-18 13:24:08 -04:00
Kconfig.dtm bluetooth: controller: Add support for all DTM commands 2022-03-18 12:00:03 +01:00
Kconfig.ll_sw_split kconfig: fix dt_node_has_prop and add nodelabel functions 2022-03-23 13:25:21 +01:00