zephyr/samples/bluetooth/direction_finding_connectionless_rx/Kconfig
Piotr Pryga 34438da58e samples: Bluetooth: df: Add use of 16 bits wide IQ sampels
Change implementation of cte_recv_cb to print information about IQ
samples type. The changed code is ready for use of 8 bits and 16 bits
signed integer IQ samples. User has sample level option to enable
printing IQ samples.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2022-08-19 16:26:10 +02:00

17 lines
363 B
Plaintext

#
# Copyright (c) 2022 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
menu "DF Connectionless Locator App"
config DF_LOCATOR_APP_IQ_REPORT_PRINT_IQ_SAMPLES
bool "Print IQ samples for received IQ reports"
help
The option enables printing of IQ samples for received IQ report.
endmenu
menu "Zephyr Kernel"
source "Kconfig.zephyr"
endmenu