Finding all beacons

Hi, I'm an iOS developer. I would like to detect all beacons within range of my device regardless of major, minor or UID. Can this be done? ESTBeaconRegion seems to require uid, is this true?

Hi Marek,

Detecting beacons in a region requires at least using their UUID.

Cheers.