CONFIG_NFC_TNEP_CH_MAX_TIME_EXTENSION

Maximum number of Waiting Time Extension

Type: int

Help

The maximum number of requested waiting time extensions. The TNEP Tag Device can request more time for NDEF data processing when Tag Device is not responding with the NDEF Message.

Direct dependencies

NFC_TNEP_TAG && NFC_TNEP_CH

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

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

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_TIME_EXTENSION
    int "Maximum number of Waiting Time Extension"
    range 0 15
    default 2
    depends on NFC_TNEP_TAG && NFC_TNEP_CH
    help
      The maximum number of requested waiting time extensions. The TNEP
      Tag Device can request more time for NDEF data processing when
      Tag Device is not responding with the NDEF Message.

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