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.