CONFIG_NFC_TNEP_RX_MAX_RECORD_SIZE

Maximum size of received NDEF Record

Type: int

Help

Set the maximum size of received NDEF Record

Direct dependencies

NFC_TNEP_TAG

(Includes any dependencies from ifs and menus.)

Default

  • 64

Kconfig definition

At <nRF>/subsys/nfc/tnep/Kconfig:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:20<nRF>/subsys/nfc/Kconfig:13

Menu path: (Top) → Modules → Nordic nRF Connect → NFC → Tag NDEF Exchange Protocol.

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.)