CONFIG_SDC_MAX_CONN_EVENT_LEN_DEFAULT

Default max connection event length [us]

Type: int

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.

Direct dependencies

BT_LL_SOFTDEVICE && BT

(Includes any dependencies from ifs and menus.)

Default

  • 7500

Kconfig definition

At <nRF>/subsys/bluetooth/controller/Kconfig:58

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:21

Menu path: (Top) → Modules → Nordic nRF Connect → Bluetooth Low Energy → Nordic BLE controller

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