RF Wireless World

Browse articles, tutorials, tools, and vendors.

Bluetooth LE 1M vs 2M vs Coded PHY: Key Differences

By RF Wireless Expert Team

Based on the provided Bluetooth Core Specification, following is an explanation of the different Bluetooth Low Energy (BLE) Physical Layers (PHYs) viz. LE 1M, LE 2M and LE coded.

1. Bluetooth BLE PHYs: LE 1M vs. LE 2M vs. LE Coded

The Physical Layer (PHY) dictates how the radio transmits raw data (symbols) over the air. Bluetooth LE offers different PHY options to allow developers to balance data speed, range and power consumption.

  • LE 1M PHY (The Standard): This is the mandatory, default physical layer for all Bluetooth LE devices. It transmits at a rate of 1 Megasymbol per second (1 Msym/s). Because it is “Uncoded” (meaning 1 symbol represents exactly 1 bit of data), it yields a raw data rate of 1 Megabit per second. It offers the standard BLE range and power consumption profile.

  • LE 2M PHY (High Speed): This is an optional “Uncoded” PHY designed for higher throughput. It transmits at twice the speed of the standard PHY: 2 Megasymbols per second (2 Msym/s), yielding a raw data rate of 2 Mb/s. Because it transmits data twice as fast, the radio is turned on for half the time, which can actually save battery power when transferring larger amounts of data. However, transmitting at higher speeds slightly reduces the effective reliable range.

  • LE Coded PHY (Long Range): This is an optional PHY designed to drastically increase the transmission range without increasing the transmitter’s power output. It achieves this by using Forward Error Correction (FEC) coding. It transmits at the standard 1 Msym/s, but it requires multiple symbols to represent a single bit of data to ensure the receiver can accurately decode weak signals over long distances.

    • S=2 Coding: 2 symbols represent 1 bit, yielding a data rate of 500 kb/s.
    • S=8 Coding: 8 symbols represent 1 bit, yielding a data rate of 125 kb/s.
    • Trade-off: Because it takes up to 8 times as many symbols to send the same amount of data, the “radio on time” is significantly longer (up to 8 times longer than LE 1M), which consumes more battery and takes up more airtime.

Summary Comparison Table

FeatureLE 1M PHYLE 2M PHYLE Coded PHY
Primary PurposeStandard BLE communication.High throughput / Faster data transfer.Extended range (Long Range).
Mandatory / OptionalMandatoryOptionalOptional
Symbol Rate1 Msym/s2 Msym/s1 Msym/s
Coding SchemeUncoded (1 symbol = 1 bit)Uncoded (1 symbol = 1 bit)Coded (S=2 or S=8)
Raw Data Rate1 Mb/s2 Mb/s500 kb/s (S=2) or 125 kb/s (S=8)
Radio-On TimeStandardHalf the time of LE 1MUp to 8x longer than LE 1M
RangeStandardSlightly less than LE 1MUp to 4x the range of LE 1M

References & Further Reading

  1. Bluetooth SIG : Bluetooth Core Specification Version 6.3, May 5, 2026.
  2. Bluetooth SIG : Bluetooth Technology Overview

Continue Learning Bluetooth Basic Concepts

Continue Learning Bluetooth Technology

Compare Bluetooth With Other Technologies

Keep Reading