/** The iBeacon UUID being broadcast, the default is the MetaWear Service UUID */ @property (nonatomic, strong) CBUUID *uuid; /** The iBeacon major value being broadcast, the default is 0x0000 */ @property (nonatomic) uint16_t major; /** The iBeacon minor value being broadcast, the default is 0x0000 */ @property (nonatomic) uint16_t minor;