CONFIG_NFC_TNEP_RX_MAX_RECORD_CNT

Maximum count of NDEF Records in the received NDEF Message

Type: int

Help

Set the maximum count of NDEF Records in the received NDEF Message

Direct dependencies

NFC_TNEP_TAG

(Includes any dependencies from ifs and menus.)

Default

  • 16

Kconfig definition

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

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_CNT
    int "Maximum count of NDEF Records in the received NDEF Message"
    default 16
    depends on NFC_TNEP_TAG
    help
      Set the maximum count of NDEF Records in the received NDEF Message

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)