CONFIG_NFC_TNEP_POLLER_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_POLLER

(Includes any dependencies from ifs and menus.)

Default

  • 10

Kconfig definition

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

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 - Poller side

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