CONFIG_CAF_BLE_STATE_EXCHANGE_MTU

Exchange MTU

Type: bool

Help

Use the bt_gatt_exchange_mtu to set the MTU to the maximum possible size the buffers can
hold.

Direct dependencies

BT_GATT_CLIENT && CAF_BLE_STATE && CAF

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/subsys/caf/modules/Kconfig.ble_state:31

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/subsys/Kconfig:44<nRF>/subsys/caf/Kconfig:16<nRF>/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

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