:orphan: .. title:: BT_SCAN_NAME_MAX_LEN .. option:: CONFIG_BT_SCAN_NAME_MAX_LEN *Maximum size for the name to search in the advertisement report.* Type: ``int`` Help ==== "Maximum size for the name to search in the advertisement report." Direct dependencies =================== \ :option:`BT_SCAN ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 32 Kconfig definition ================== .. highlight:: kconfig At ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/bluetooth/Kconfig.scan:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:9`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:10`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/Kconfig:10`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/bluetooth/Kconfig:18`` Menu path: (Top) → Modules → Nordic nRF Connect → Bluetooth Low Energy → Scan library .. parsed-literal:: config BT_SCAN_NAME_MAX_LEN int "Maximum size for the name to search in the advertisement report." default 32 depends on \ :option:`BT_SCAN ` && \ :option:`BT ` help "Maximum size for the name to search in the advertisement report." *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*