CONFIG_NFC_T4T_ISODEP_RATS_RETRY

NFC-A Type 4 Tag RATS retry

Type: int

Help

NFC-A Type 4 Tag RATS retry count. According to NFC Forum Digital Specification 2.0 14.7.1.1.

Direct dependencies

NFC_T4T_ISODEP

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

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

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_RATS_RETRY
    int "NFC-A Type 4 Tag RATS retry"
    range 0 1
    default 0
    depends on NFC_T4T_ISODEP
    help
      NFC-A Type 4 Tag RATS retry count. According to NFC Forum
      Digital Specification 2.0 14.7.1.1.

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