Skip to content
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

How to increase BLE connection Length when using ESP-WrOOM-32 (IDFGH-13616) #14501

Closed
Ajay-rathor opened this issue Sep 4, 2024 · 2 comments
Closed
Assignees
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally Type: Feature Request Feature request for IDF

Comments

@Ajay-rathor
Copy link

Is your feature request related to a problem?

I am using ESP-WROOM-32 and ESP-IDF. I have created project using this example: examples/bluetooth/bluedroid/ble/ble_hid_device_demo

this example is working fine, but it can connect with only one BLE connection at the time.

Describe the solution you'd like.

I want to increase BLE connection capacity in this example. So it can connect with multiple BLE at same time.

Describe alternatives you've considered.

I have gone through many ways, checked and modified sdk_config.cmake file , menu-config and the go through program also.

Additional context.

No response

@Ajay-rathor Ajay-rathor added the Type: Feature Request Feature request for IDF label Sep 4, 2024
@espressif-bot espressif-bot added the Status: Opened Issue is new label Sep 4, 2024
@github-actions github-actions bot changed the title How to increase BLE connection Length when using ESP-WrOOM-32 How to increase BLE connection Length when using ESP-WrOOM-32 (IDFGH-13616) Sep 4, 2024
@esp-zhp
Copy link
Collaborator

esp-zhp commented Sep 10, 2024

The ESP32 supports multiple connections, with a maximum of 9 simultaneous connections. To achieve this, both BT_ACL_CONNECTIONS and BTDM_CTRL_BLE_MAX_CONN need to be configured accordingly:

Set BT_ACL_CONNECTIONS to 9
Set BTDM_CTRL_BLE_MAX_CONN to 9

@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: Opened Issue is new labels Oct 23, 2024
@Alvin1Zhang
Copy link
Collaborator

Thanks for reporting, will close due to short of feedback, feel free to reopen with more details, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally Type: Feature Request Feature request for IDF
Projects
None yet
Development

No branches or pull requests

4 participants