[ESP32] Can you change the BLE UUID at runtime?

I've four ESP32's (two client and two server). I want the client and servers to communicate (totally independent pairs), but the problem is what would happen if I have the same UUID's for these pairs, but different names for the clients and servers.

I was initially thinking of changing the UUID's at runtime through something like Bluetooth Serial or a firmware upgrade (OTA), but would like if the I didn't have to reset the device.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.