-
CONFIG_NFC_TNEP_CH_MIN_WAIT_TIME
¶
Minimum waiting time
Type: int
Help¶
The minimum waiting time measured. The minimum waiting time is the
time measured between the end of the last write command of an NDEF
Write Procedure and the start of the first command of the first
NDEF Read.
Default¶
44
Kconfig definition¶
At <nRF>/subsys/nfc/tnep/ch/Kconfig:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:20
→ <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_MIN_WAIT_TIME
int "Minimum waiting time"
range 0 63
default 44
depends on NFC_TNEP_TAG && NFC_TNEP_CH
help
The minimum waiting time measured. The minimum waiting time is the
time measured between the end of the last write command of an NDEF
Write Procedure and the start of the first command of the first
NDEF Read.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)