Page 1 of 1

How to set BLE max connection limit in ESP-Wroom-32

Posted: Wed Sep 04, 2024 9:05 am
by ajay.rathor
Hi, I am new here,
I am using ESP-WROOM-32. I have used ESP-IDF SDK and working with examples/bluetooth/bluedroid/ble/ble_hid_device_demo. When i connect some BLE devices with ESP(BLE) then in another device it is not visible, So how to increase its Connection limits, can anyone help me to understand this?

Regards,
Ajay Rathor

Re: How to set BLE max connection limit in ESP-Wroom-32

Posted: Wed Sep 04, 2024 2:53 pm
by aliarifat794
The maximum number of connections can be modified by adjusting the Bluetooth settings in the sdkconfig file.

Re: How to set BLE max connection limit in ESP-Wroom-32

Posted: Thu Sep 05, 2024 4:53 am
by ajay.rathor
  1. I have tried to set it by menu-config as well as through sdkconfig, but the code crashes at run time. Is there any other way?