CONFIG_NFC_TNEP_CH_MAX_NDEF_SIZE

Maximum TNEP NDEF Message size

Type: int

Help

The maximum NDEF Message size for the Connection Handover Service. The NFC Tag Device can limit the maximum NDEF message size for each of its offered Services. The maximum NDEF message size is equal to or smaller than the maximum NDEF message size that fits in the data area announced during the NDEF Detection Procedure.

Direct dependencies

NFC_TNEP_TAG && NFC_TNEP_CH

(Includes any dependencies from ifs and menus.)

Default

  • 1024

Kconfig definition

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

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_NDEF_SIZE
    int "Maximum TNEP NDEF Message size"
    default 1024
    depends on NFC_TNEP_TAG && NFC_TNEP_CH
    help
      The maximum NDEF Message size for the Connection Handover Service.
      The NFC Tag Device can limit the maximum NDEF message size for each
      of its offered Services. The maximum NDEF message size is equal to
      or smaller than the maximum NDEF message size that fits in the data
      area announced during the NDEF Detection Procedure.

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