Periodic Advertising

<\/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.

Connectionless data broadcasting at fixed intervals, enabling one-to-many data distribution without connections.

Also known as: PA Periodic ADV

Periodic Advertising

advertising/" class="glossary-term-link" data-term="Periodic advertising" data-definition="Connectionless data broadcasting at fixed intervals." data-category="GAP & Advertising">Periodic advertising (PA) is a BLE feature introduced in Bluetooth 5.0 that enables connectionless, one-to-many data broadcasting at precisely timed intervals. Unlike regular advertising, which uses pseudo-random timing, periodic advertising transmits on a strict schedule, allowing receivers to synchronize and wake up only when a transmission is expected.

How Periodic Advertising Works

Periodic advertising builds on extended advertising. A device first broadcasts an extended advertising packet (ADV_EXT_IND) on the primary advertising channels that contains a SyncInfo field. This field tells scanners the interval, timing offset, channel map, and access address of the periodic advertising train.

Once a scanner synchronizes to the periodic advertising train, it no longer needs to monitor the primary advertising channels. It wakes up at the exact times specified by the periodic interval (ranging from 7.5 ms to 81.92 seconds), receives the PA packet on the indicated data channel, and returns to sleep. This deterministic timing dramatically reduces receiver power consumption.

Power Efficiency for Receivers

The strict timing of periodic advertising reduces receiver power consumption compared to continuous scanning. Instead of keeping the radio on for an extended scan window hoping to catch an advertising packet, the receiver activates for only a few milliseconds around the expected PA packet. This makes PA suitable for battery-powered receivers that need to continuously consume broadcast data without the overhead of maintaining a connection.

Use Cases

Periodic advertising is designed for scenarios where one transmitter needs to distribute data to many receivers without establishing individual connections. Electronic shelf labels receive price updates from a gateway via PA. Indoor positioning beacons broadcast timing data for position calculation. Environmental sensors distribute temperature and humidity readings to monitoring dashboards. Time synchronization systems distribute a common time reference to multiple BLE devices.

Periodic Advertising with Responses

Bluetooth 5.4 extended periodic advertising with PAwR, adding response slots that allow receivers to send data back to the broadcaster. This enables bidirectional communication without connections, which is critical for electronic shelf label deployments where labels must acknowledge receipt of price updates.

Related Terms

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.