BEACON constant
String
const BEACON
Measure type for Beacon ranging to detect and estimate proximity to Bluetooth beacons (e.g., iBeacon, Eddystone). Typically collects beacon identifiers (UUID, major, minor) and estimated distance or RSSI.
- Event-based (Interval) measure - default every 10 minutes.
- Uses the
Smartphone
master device for data collection. - Use a BeaconRangingPeriodicSamplingConfiguration for configuration.
Implementation
static const String BEACON = "${NameSpace.CARP}.beacon";