:orphan: .. title:: CONFIG_NFC_TNEP_RX_MAX_RECORD_SIZE .. kconfig:: CONFIG_NFC_TNEP_RX_MAX_RECORD_SIZE CONFIG_NFC_TNEP_RX_MAX_RECORD_SIZE ################################## *Maximum size of received NDEF Record* Type: ``int`` Help ==== .. code-block:: none Set the maximum size of received NDEF Record Direct dependencies =================== \ :kconfig:`NFC_TNEP_TAG ` *(Includes any dependencies from ifs and menus.)* Default ======= - 64 Kconfig definition ================== At ``/subsys/nfc/tnep/Kconfig:25`` 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. .. code-block:: kconfig config NFC_TNEP_RX_MAX_RECORD_SIZE int "Maximum size of received NDEF Record" default 64 depends on NFC_TNEP_TAG help Set the maximum size of received NDEF Record *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*