:orphan: .. title:: CONFIG_AZURE_FOTA_FILE_PATH_MAX_LEN .. kconfig:: CONFIG_AZURE_FOTA_FILE_PATH_MAX_LEN CONFIG_AZURE_FOTA_FILE_PATH_MAX_LEN ################################### *File path buffer size* Type: ``int`` Direct dependencies =================== \ :kconfig:`AZURE_FOTA ` *(Includes any dependencies from ifs and menus.)* Default ======= - 64 Kconfig definition ================== At ``/subsys/net/lib/azure_fota/Kconfig:18`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:18`` → ``/subsys/net/Kconfig:8`` → ``/subsys/net/lib/Kconfig:14`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Networking → Application protocols → Azure FOTA library [EXPERIMENTAL] .. code-block:: kconfig config AZURE_FOTA_FILE_PATH_MAX_LEN int "File path buffer size" default 64 depends on AZURE_FOTA *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*