BLUEddystoneBeaconAdvancedSettings Class Reference
Inherits from | BLUBeaconAdvancedSettings : NSObject |
---|---|
Declared in | BLUEddystoneBeaconAdvancedSettings.h |
Overview
BLUEddystoneBeaconAdvancedSettings allow for interleaving of advertisements that are connectable and non connectable. Setting a connection rate > 0 means that this beacon can be connected to and Follow the Eddystone Beacon GATT. Setting a non connection rate allows this beacon to interleave both connection and non connection advertisements as a ratio. i.e. for a connection rate of 1 and a non connection rate of 3 would mean that for every 3 advertisments 1 of them is connectable.
Properties
connectionRate
The connection rate for the Eddystone Beacon
@property (nonatomic, assign) NSInteger connectionRate
Discussion
The connection rate for the Eddystone Beacon
Declared In
BLUEddystoneBeaconAdvancedSettings.h
nonConnectionRate
The non connection rate for the Eddystone Beacon
@property (nonatomic, assign) NSInteger nonConnectionRate
Discussion
The non connection rate for the Eddystone Beacon
Declared In
BLUEddystoneBeaconAdvancedSettings.h
connectable
A boolean to represent that the beacon is connectable
@property (nonatomic, readonly, getter=isConnectable) BOOL connectable
Discussion
A boolean to represent that the beacon is connectable
Declared In
BLUEddystoneBeaconAdvancedSettings.h