CONFIG_NFC_T4T_ISODEP_WTX_RETRY

NFC-A Type 4 Tag S(WTX) retry

Type: int

Help

NFC-A Type 4 Tag ISO-DEP S(WTX) retry count. According to NFC Forum Digital Specification 2.0 16.2.6.5.

Direct dependencies

NFC_T4T_ISODEP

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

At <nRF>/subsys/nfc/t4t/Kconfig:45

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:11

Menu path: (Top) → Modules → Nordic nRF Connect → NFC → NFC Type 4 Tag isodep

config NFC_T4T_ISODEP_WTX_RETRY
    int "NFC-A Type 4 Tag S(WTX) retry"
    range 2 5
    default 2
    depends on NFC_T4T_ISODEP
    help
      NFC-A Type 4 Tag ISO-DEP S(WTX) retry count. According to NFC Forum
      Digital Specification 2.0 16.2.6.5.

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