:orphan: .. title:: BT_GATT_UUID32_POOL_SIZE .. option:: CONFIG_BT_GATT_UUID32_POOL_SIZE *Number of 32-bit UUID descriptors* Type: ``int`` Help ==== Maximum number of 32-bit UUID descriptors that can be stored in the pool. Direct dependencies =================== \ :option:`BT_GATT_POOL ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/bluetooth/Kconfig.pool:22`` 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:16`` Menu path: (Top) → Modules → Nordic nRF Connect → Bluetooth Low Energy → GATT Attribute pools .. parsed-literal:: config BT_GATT_UUID32_POOL_SIZE int "Number of 32-bit UUID descriptors" range 0 255 default 0 depends on \ :option:`BT_GATT_POOL ` && \ :option:`BT ` help Maximum number of 32-bit UUID descriptors that can be stored in the pool. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*