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: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_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.)