Hi everybody,
I’m trying to create a Bluetooth server with esp32 that should enable the connection at 4 clients, but seems there is a limit of 3 clients.
I’m developing in the Arduino IDE, I have already read some solutions, but seems I’m not enable using these tips on my project.
Any idea will be really appreciated.
Thank in advanced.
CP71
I have found the solution, I have created new esp32-hal.c files and BLEDevice.cpp files and changed only some values of esp_bt_controller_config_t struct, the more important is the ble_max_conn field.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.