Skip to content

Conversation

@J0hannes101
Copy link

@J0hannes101 J0hannes101 commented Jan 29, 2026

Adds support for ble 6.2 shorter connection intervals

I tested this using this example i wrote

Frame space updates, and reading the Minimum Supported Connection Interval works as expected. However, setting the default rate parameters and requesting a connection rate fail with these errors:

  • Unsupported LMP Parameter Value / Unsupported LL Parameter Value (for set_default_connection_rate_parameters)
  • Unsupported Remote Feature (for request_connection_rate)

Testing was done with two nRF52840 devices. According to the Nordic example, the feature should be supported, but the LE command mask reports it as unsupported.

At this point, I'm unclear whether something is missing in trouble, nrf-sdc, bt-hci, my application just being wrong or if the nRF52840 does not fully support this feature.

Note:

  • also needs new version of bt-hci for cargo

add request_connection_rate
add set_default_connection_rate_parameters
add read_minimum_supported_connection_interval
@lulf
Copy link
Member

lulf commented Feb 2, 2026

Thanks, it looks good. Once bt-hci is released I'd be happy to merge this. You may also need to update nrf-sdc to enable the required supported features to get it working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants