Skip to content

BLE Device (Central) cannot set the BLE Connection Interval. #11366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
gearsincorg opened this issue May 14, 2025 · 0 comments
Open
1 task done

BLE Device (Central) cannot set the BLE Connection Interval. #11366

gearsincorg opened this issue May 14, 2025 · 0 comments
Labels
Type: Feature request Feature request for Arduino ESP32

Comments

@gearsincorg
Copy link

Related area

A BLE library capaility is needed,

Hardware specification

Esp32 Dev Kit

Is your feature request related to a problem?

I'm building an ESP32 based BLE Device (Central device), and there does not appear to be any way to set the BLE Connection Interval.

There is a means to do it with a Server (perhiperal) but the "Central" device is the end of the protocol that responsible for setting the Connection Interval.

Describe the solution you'd like

Here is the BLEServer method, but I beleive there should be an equivalent BLEDevice method.

void updateConnParams(esp_bd_addr_t remote_bda, uint16_t minInterval, uint16_t maxInterval, uint16_t latency, uint16_t timeout);

Describe alternatives you've considered

I have not found anywhere in the library that is capable of setting the Connection Interval for a "BLEDevice"

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • I confirm I have checked existing list of Feature requests and Contribution Guide.
@gearsincorg gearsincorg added the Type: Feature request Feature request for Arduino ESP32 label May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature request Feature request for Arduino ESP32
Projects
None yet
Development

No branches or pull requests

1 participant