:orphan: .. title:: CONFIG_SDC_MAX_CONN_EVENT_LEN_DEFAULT .. kconfig:: CONFIG_SDC_MAX_CONN_EVENT_LEN_DEFAULT CONFIG_SDC_MAX_CONN_EVENT_LEN_DEFAULT ##################################### *Default max connection event length [us]* Type: ``int`` Help ==== .. code-block:: none The time set aside for connections on every connection interval in microseconds. The event length and the connection interval are the primary parameters for setting the throughput of a connection. Direct dependencies =================== \ :kconfig:`BT_LL_SOFTDEVICE ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 7500 Kconfig definition ================== At ``/subsys/bluetooth/controller/Kconfig:58`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:10`` → ``/subsys/bluetooth/Kconfig:21`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → Nordic BLE controller .. code-block:: kconfig config SDC_MAX_CONN_EVENT_LEN_DEFAULT int "Default max connection event length [us]" range 2500 4000000 default 7500 depends on BT_LL_SOFTDEVICE && BT help The time set aside for connections on every connection interval in microseconds. The event length and the connection interval are the primary parameters for setting the throughput of a connection. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*