Advertising Interval

<\/script>\n
'; }, get iframeSnippet() { const domain = '{ SITE_DOMAIN }'; const type = '{ embed_type }'; const slug = '{ embed_slug }'; return ''; }, get activeSnippet() { return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet; }, copySnippet() { navigator.clipboard.writeText(this.activeSnippet).then(() => { this.copied = true; setTimeout(() => { this.copied = false; }, 2000); }); } }" @keydown.escape.window="open = false" @click.outside="open = false">

Embed This Widget

Theme


      
    

Widget powered by . Free, no account required.

Time between consecutive advertising events (20 ms to 10.24 s). Shorter intervals increase discoverability but reduce battery life.

Also known as: Adv Interval

Advertising Interval

The advertising-interval/" class="glossary-term-link" data-term="advertising interval" data-definition="Time between BLE advertising events." data-category="GAP & Advertising">advertising interval defines the time between consecutive advertising events on a BLE peripheral. It directly controls the trade-off between device discoverability, connection speed, and power consumption, making it one of the most important parameters for battery-powered BLE products.

Value Range

The advertising interval is specified in units of 0.625 ms, with an allowed range from 20 ms (32 units) to 10,485 ms (16,768 units -- approximately 10.24 seconds). The Bluetooth specification adds a pseudo-random delay of 0--10 ms (advDelay) to each interval to reduce the probability of repeated collisions between multiple devices advertising simultaneously on the same channel.

Power Consumption Impact

During each advertising event, the BLE radio transmits on channels 37, 38, and 39 in succession, drawing 5--15 mA for approximately 1--3 ms per event. At an advertising interval of 100 ms, this yields roughly 10 advertising events per second and an average current of 50--150 uA. At 1000 ms, only 1 event per second occurs, reducing average current to 5--15 uA.

For beacon applications running on a CR2032 coin cell (225 mAh), a 1-second advertising interval provides approximately 6--18 months of battery life, while a 100 ms interval reduces this to weeks. Adjusting the advertising interval is often the single most impactful optimization for beacon battery life.

Discoverability and Connection Latency

Shorter advertising intervals improve discoverability. A central device scanning with a scan window of 30 ms will detect a 100 ms advertiser within 1--3 scan cycles but may take 2--5 seconds to detect a 2000 ms advertiser. Connection latency follows a similar pattern -- the central can only send a connection request after receiving an advertising packet, so longer intervals mean slower pairing.

For user-facing products like smart locks or medical devices, Apple and Google recommend advertising intervals of 20--152.5 ms for fast discovery. For background beacons and asset trackers, 1000--10,000 ms intervals are common.

Dynamic Advertising Interval

Many BLE stacks support dynamic advertising intervals. A device might use a fast interval (30 ms) for the first 30 seconds after power-on or button press to enable quick pairing, then automatically switch to a slow interval (1000 ms) to conserve battery. This fast-then-slow pattern is widely adopted in Bluetooth SIG design guidelines and platform-specific best practices.

Related Terms

BLE Advertising and Scanning: How Devices Discover Each Other

Getting Started

…Wi-Fi ch 1 and 6 39 2480 MHz Above Wi-Fi ch 13/14 The advertising interval controls how often a device advertises. Shorter intervals…

BLE Beacons Explained: iBeacon, Eddystone, and AltBeacon

Protocols & Profiles

…filter or RSSI rolling-average before computing distance. Advertising Interval Tuning Shorter advertising intervals improve detection…

BLE Extended Advertising: Larger Payloads and Multiple Sets

Protocols & Profiles

…Advertising No Yes (BT 5.0+) PAwR No Yes (BT 5.4+) Max advertising interval ~10.24 s ~10485 s HCI Command Structure Extended…

Bluetooth Mesh Implementation: From Provisioning to Production

Mesh & Audio

…retransmit interval 10 ms 20–50 ms to reduce collision Advertising interval 20–100 ms 40 ms for mesh bearer Network Transmit count 3 1…

Optimizing BLE Power Consumption for Battery-Powered Devices

Hardware & Design

…the connection event guard time and wasting radio-on time. Advertising Interval Optimization In advertising mode, the advertising interval…

BLE in Automotive: Digital Keys and In-Vehicle Connectivity

Industry Applications

…a revolution every ~8 ms — TPMS sensors accelerate their advertising interval at speed to ensure the receiver catches at least one PDU…

BLE Asset Tracking: Tags, Gateways, and Cloud Integration

Industry Applications

…2–5 years on a CR2032. Tag Design Parameter Value Impact Advertising interval 1–10 s Battery life vs. location update rate TX power −4…

BLE Indoor Positioning Systems: RSSI, AoA, and Hybrid Approaches

Industry Applications

…25 m² for trilateration; 1 per 15 m² for fingerprinting Advertising interval : 100–200 ms for responsive positioning; shorter increases…

Frequently Asked Questions

Our glossary covers 90+ BLE technical terms organized by category. Each term includes a definition, related terms, and links to relevant chips and guides.