CONFIG_NFC_TNEP_CH_PARSER_BUFFER_SIZE

Connection Handover parser buffer size

Type: int

Help

Size of the Connection Handover parser buffer.

Direct dependencies

NFC_TNEP_CH

(Includes any dependencies from ifs and menus.)

Default

  • 512

Kconfig definition

At <nRF>/subsys/nfc/tnep/ch/Kconfig:74

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<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_PARSER_BUFFER_SIZE
    int "Connection Handover parser buffer size"
    default 512
    depends on NFC_TNEP_CH
    help
      Size of the Connection Handover parser buffer.

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