How to change the name of the region to estimote beacon?

I have 6 Beacon Company "Estimote". I learned how to change them on the signal strength and Minor.

connection.writeBroadcastingPower()...
connection.writeMinor()...
but I do not know how to change the name of the region for each bacon? By default, all my Beacon have the name of the region "rid"

Hi there,

Please remember that beacons do not have specific regions they're assigned to hardcoded. Regions are set up in the SDK, and are monitored by the app, not the beacons itself. You can read more about how it works right here: https://community.estimote.com/hc/en-us/articles/203776266-What-is-a-beacon-region-

Cheers.

Thank you already figured out!