-
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: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_MIN_WAIT_TIME int "Minimum waiting time" range 0 63 default 44 depends onNFC_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.)