kInitialScanIntervalMs top-level constant
int
const kInitialScanIntervalMs
────────────────────────────────────────────────────────────────────────────── SCANNING / BACKOFF ────────────────────────────────────────────────────────────────────────────── Initial scan interval when the app enters the background (milliseconds). The scanner will advertise + discover for one cycle, then sleep this long.
Implementation
/// Initial scan interval when the app enters the background (milliseconds).
/// The scanner will advertise + discover for one cycle, then sleep this long.
const int kInitialScanIntervalMs = 5000;