:orphan: .. title:: CONFIG_NFC_TNEP_POLLER_RX_MAX_RECORD_CNT .. kconfig:: CONFIG_NFC_TNEP_POLLER_RX_MAX_RECORD_CNT CONFIG_NFC_TNEP_POLLER_RX_MAX_RECORD_CNT ######################################## *Maximum count of NDEF Records in the received NDEF Message* Type: ``int`` Help ==== .. code-block:: none Set the maximum count of NDEF Records in the received NDEF Message Direct dependencies =================== \ :kconfig:`NFC_TNEP_POLLER ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/subsys/nfc/tnep/Kconfig:49`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:20`` → ``/subsys/nfc/Kconfig:13`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → NFC → Tag NDEF Exchange Protocol - Poller side .. code-block:: kconfig config NFC_TNEP_POLLER_RX_MAX_RECORD_CNT int "Maximum count of NDEF Records in the received NDEF Message" default 10 depends on NFC_TNEP_POLLER help Set the maximum count of NDEF Records in the received NDEF Message *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*