-
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.
Default¶
7500
Kconfig definition¶
At <nRF>/subsys/bluetooth/controller/Kconfig:58
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:10
→ <nRF>/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
config SDC_MAX_CONN_EVENT_LEN_DEFAULT int "Default max connection event length [us]" range 2500 4000000 default 7500 depends onBT_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.)