CONFIG_NFC_TNEP_CH_MAX_LOCAL_RECORD_COUNT

Maximum local Records count in the nested Connection Handover Message

Type: int

Help

The maximum expected local NDEF Record count in the nested Connection Handover Message.

Direct dependencies

NFC_TNEP_CH

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

At <nRF>/subsys/nfc/tnep/ch/Kconfig:67

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<nRF>/subsys/nfc/tnep/Kconfig:61

Menu path: (Top) → Modules → Nordic nRF Connect → NFC → NFC TNEP Connection Handover

config NFC_TNEP_CH_MAX_LOCAL_RECORD_COUNT
    int "Maximum local Records count in the nested Connection Handover Message"
    default 2
    depends on NFC_TNEP_CH
    help
      The maximum expected local NDEF Record count in the nested Connection
      Handover Message.

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