BLUBeaconEncryptionSyncMode Constants Reference

Declared in BLUBeaconEncryptionSettings.h

BLUBeaconEncryptionSyncMode

Defines the time synchronization method used for advertisement encryption and rotation.

Definition

typedef NS_ENUM(NSInteger, BLUBeaconEncryptionSyncMode ) {
   BLUBeaconEncryptionSyncModeNone = -1,
   BLUBeaconEncryptionSyncModeUnknown = 0,
   BLUBeaconEncryptionSyncModeSyncToCurrentTime,
   BLUBeaconEncryptionSyncModeStartAtFirstValue,
};

Constants

BLUBeaconEncryptionSyncModeNone

The encryption cycle will use the beacon’s internal system time.

Declared In BLUBeaconEncryptionSettings.h.

BLUBeaconEncryptionSyncModeUnknown

The encryption synchronization mode could not be determined. For security reasons a beacon’s sync mode can’t be read as part of its configuration. In this case the mode will be set to this value.

Declared In BLUBeaconEncryptionSettings.h.

BLUBeaconEncryptionSyncModeSyncToCurrentTime

The encryption cycle will use your iOS device’s current date and time.

Declared In BLUBeaconEncryptionSettings.h.

BLUBeaconEncryptionSyncModeStartAtFirstValue

The encryption cycle will be synchronized to the iBeacon encryption settings to start rotating with the first value of the iBeacon rotation major and minor list.

Declared In BLUBeaconEncryptionSettings.h.

Declared In

BLUBeaconEncryptionSettings.h