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
(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:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:22
→ <nRF>/subsys/nfc/Kconfig:13
→ <nRF>/subsys/nfc/tnep/Kconfig:61
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → 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.)