This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to set BLE connection event length extension?

Hi everyone!

I'm working at ble multilink throughput, and the basic info shows as follows.

    chip: nRF52832(one central and eight peripherals)

    sdk: nRF5 SDK v17.0.2

    softdevice: s132 v7.0.1

    central example:  https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink

    peripheral example: ble_app_uart

I konw connection event length greately affect the throughput.Now i have two questions about connection event extension.

  1. In sdk_config.h, if central and peripherals have different NRF_SDH_BLE_GAP_EVENT_LENGTH setting, what's the actual connection event length?
  2. If i want to extend connection event, do central and peripherals all need to use sd_ble_opt_set(BLE_COMMON_OPT_CONN_EVT_EXT, &opt) to enable the extension?
Related