kMaxScanIntervalMs top-level constant
int
const kMaxScanIntervalMs
Maximum scan interval after repeated backoff (milliseconds). Caps the exponential growth to preserve battery.
Implementation
const int kMaxScanIntervalMs = 300000;