zephyr/subsys/bluetooth
Piotr Pryga e9ea1b0e68 Bluetooth: df: fix ref antenna repeat after switch pattern exhausted
Direction finding functionality does antenna switching during CTE
reception in AoA mode and CTE transmission in AoD mode. Antennas are
switched according to user provided antenna switch pattern. If a CTE
length is enough to exhaust all antenna ids in a switch pattern then
Radio should loopback to reference antenna and continue from switching
from it.

Current implementation loops back to wrong antenna due to wrong index
used in GUARD_REF_ANTENNA_PATTERN_IDX. It was set to one instead of
zero. Zero is the index of reference antenna in Host provided antenna
switching pattern array.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2022-08-03 12:37:59 +02:00
..
audio Bluetooth: audio: Fix server ASE Release in Codec Configured state 2022-08-01 10:29:34 +02:00
common bluetooth: common: remove Enable from BT_HCI_VS_FATAL_ERROR prompt 2022-08-02 14:35:57 +02:00
controller Bluetooth: df: fix ref antenna repeat after switch pattern exhausted 2022-08-03 12:37:59 +02:00
host bluetooth: Fix duration endianness issues 2022-08-03 05:04:53 +01:00
mesh Bluetooth: Mesh: Add model publish support to Health Client 2022-08-01 18:04:42 +01:00
services all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
shell Bluetooth: Mesh: fix le addr string overflow 2022-07-29 14:11:11 +02:00
CMakeLists.txt
Kconfig bluetooth: kconfig: Hide host options if not available 2022-06-17 10:49:51 -05:00
Kconfig.adv bluetooth: kconfig: Hide host options if not available 2022-06-17 10:49:51 -05:00
Kconfig.iso bluetooth: kconfig: Hide host options if not available 2022-06-17 10:49:51 -05:00