Open
Description
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.