BLE throughput differs between NCS v2.6.0 and v2.9.2.

Hi,

BLE throughput differs between NCS v2.6.0 and v2.9.2.
v2.9.2 appears to have fewer MoreData packets.
(Both have CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT set to 7500)

In v2.9.2, I confirmed that setting `CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT=15000` changes the number of more data packets.
Is there a difference in how `CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT` is handled between v2.6.0 and v2.9.2?

- Using the nrf5340
- Configured for multi-protocol communication with Matter (At the time of this test, commissioning had not been performed, and no Matter communication was taking place)

Parents Reply
  • Hi,

    I understand the description of CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT.

    I would like to know how to configure it so that it behaves the same as lock_5340dk_ncs260.

    For lock_5340dk_ncs260 and lock_5340dk_ncs292, CONFIG_BT_CTLR_SDC_MAX_CONN_EVENT_LEN_DEFAULT is set to 7500.

    To make lock_5340dk_ncs292 behave the same as lock_5340dk_ncs260, should it be changed to 2000?

Children
No Data
Related