:orphan: .. title:: CONFIG_CAF_BLE_STATE_EXCHANGE_MTU .. kconfig:: CONFIG_CAF_BLE_STATE_EXCHANGE_MTU CONFIG_CAF_BLE_STATE_EXCHANGE_MTU ################################# *Exchange MTU* Type: ``bool`` Help ==== .. code-block:: none Use the bt_gatt_exchange_mtu to set the MTU to the maximum possible size the buffers can hold. Direct dependencies =================== \ :kconfig:`BT_GATT_CLIENT ` && \ :kconfig:`CAF_BLE_STATE ` && \ :kconfig:`CAF ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/subsys/caf/modules/Kconfig.ble_state:31`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:44`` → ``/subsys/caf/Kconfig:16`` → ``/subsys/caf/modules/Kconfig:10`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework → Bluetooth LE state module .. code-block:: kconfig config CAF_BLE_STATE_EXCHANGE_MTU bool "Exchange MTU" default y depends on BT_GATT_CLIENT && CAF_BLE_STATE && CAF help Use the bt_gatt_exchange_mtu to set the MTU to the maximum possible size the buffers can hold. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*