Connection Subrating
BLE 5.3 feature allowing dynamic adjustment of connection parameters to switch between low-latency and power-saving modes.
Connection Subrating
Connection Subrating is a Bluetooth 5.3 feature that allows a BLE connection to dynamically switch between different effective Connection Intervals without a full parameter update procedure. This enables devices to rapidly toggle between low-latency active mode and power-saving idle mode.
The Problem It Solves
Before Connection Subrating, changing the connection interval required an L2CAP Connection Parameter Update Request, which takes several connection events to negotiate and apply. For a wearable that needs to respond instantly to user interaction but conserve power during idle periods, this negotiation latency (often 100-500 ms) made rapid switching impractical.
How It Works
Connection Subrating introduces a subrate factor that effectively multiplies the base Connection Interval. The devices agree on a base interval (e.g., 7.5 ms) and a subrate factor (e.g., 40). During idle periods, the effective interval becomes 7.5 ms x 40 = 300 ms. When the device needs to transmit data, it transitions to the base interval (7.5 ms) within a single connection event -- no negotiation delay.
The key parameters are: - Subrate Factor: Multiplier applied to the base interval (1 = no subrating) - Continuation Number: How many base intervals to use at full rate before reverting - Supervision Timeout: Adjusted to accommodate the longer effective interval
Use Cases
Connection Subrating is particularly valuable for:
- Wearables: Sleep tracking at low duty cycle, instant responsiveness for Notifications or touch interaction
- Keyboards and mice: Ultra-low power in idle, instant low-latency response on keypress
- Sensors: Long idle periods with burst transmissions when threshold events occur
- LE Audio: Background maintenance at low rate, rapid audio setup when a call arrives
Hardware Support
Connection Subrating requires Bluetooth 5.3 support in both the Central and Peripheral. Chips supporting this feature include the nRF54L15 and nRF54H20. The feature is configured through HCI commands and is typically exposed through the SDK's connection management API.
Related Terms
Related Content
BLE Connection Parameters: Optimizing Power and Latency
Getting Started…LL PDU LE 2M PHY 5.0 2× throughput, lower time-on-air Connection subrating 5.3 Low-latency wake without renegotiation DLE increases…
BLE Version History: From 4.0 to 6.0 Compared
Getting Started…, LC3 codec, Isochronous Channels , CIS / BIS 5.3 2021 Connection Subrating , Enhanced ATT ( EATT ), LE Power Control 5.4 2023 PAwR…
BLE Throughput Optimization: Maximizing Data Transfer Speed
Troubleshooting…use Write With Response for critical commands. Step 5: Connection Subrating (BT 5.3) Connection Subrating (Core Spec 5.3, Section…
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.