Dual-Mode

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

A Bluetooth device supporting both Classic (BR/EDR) and Low Energy (LE) radio modes, enabling backward compatibility and new BLE features.

Also known as: Dual-mode Bluetooth

Dual-Mode

A dual-mode Bluetooth device supports both Bluetooth Classic (BR/EDR) and Bluetooth Low Energy radio modes on a single chip. This allows one device to maintain backward compatibility with legacy Classic accessories while simultaneously leveraging the low-power capabilities of BLE for sensor data, configuration, and modern IoT features.

How Dual-Mode Works

Dual-mode SoCs contain a single 2.4 GHz radio transceiver with firmware capable of operating in both BR/EDR and LE modes. The radio time-multiplexes between the two protocols, managed by the link layer scheduler. When a dual-mode phone streams A2DP audio to Classic headphones, it can also maintain BLE connections to a heart rate monitor and a smart lock without conflict.

The Bluetooth Core Specification defines three device types: BR/EDR only, LE only, and BR/EDR/LE (dual-mode). Most smartphones, tablets, and laptops are dual-mode. Purpose-built IoT sensors, beacons, and wearables are typically LE only to minimize die area, firmware size, and power consumption.

Practical Considerations

Dual-mode chips are larger and more expensive than LE-only chips because they must implement the full Classic protocol stack including L2CAP in Classic mode, SDP, RFCOMM, and audio codecs. Common dual-mode SoCs include the ESP32 (Espressif) and CYW43xxx (Infineon/Cypress).

For product design, choosing dual-mode makes sense when the device must interoperate with existing Classic peripherals such as car audio systems or legacy medical equipment while also exposing BLE services for configuration or firmware updates. If the use case is purely sensor data, beacons, or mesh networking, an LE-only chip offers lower BOM cost and power consumption.

Migration Path

With the advent of LE Audio in Bluetooth 5.2, the need for dual-mode is gradually declining. LC3 codec and Auracast." data-category="LE Audio">LE Audio replaces the primary Classic use case -- audio streaming -- with a BLE-native solution using the LC3 codec and isochronous channels. As LE Audio adoption grows, new products can increasingly ship as LE-only devices, simplifying hardware and reducing costs.

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.