Bluetooth Low Energy
By Bluetooth SIG
Bluetooth Low Energy (BLE) is a wireless communication protocol within the Bluetooth standard designed for short-range devices that need to run for long periods on small batteries, such as fitness trackers, wireless sensors, and beacons.…
Definition
Bluetooth Low Energy (BLE) is a wireless communication protocol within the Bluetooth standard designed for short-range devices that need to run for long periods on small batteries, such as fitness trackers, wireless sensors, and beacons. Unlike classic Bluetooth, which maintains a continuous connection suited to audio streaming, BLE is built around brief, infrequent bursts of data exchange that minimize power consumption between transmissions.
Overview
BLE was introduced because classic Bluetooth, originally designed for continuous data streams like audio, drew too much power for devices that only need to send small amounts of data occasionally, such as a heart-rate sensor reporting a reading every few seconds or a beacon periodically broadcasting its presence. A coin-cell battery running classic Bluetooth would drain quickly under that pattern, while the same battery can power a BLE device for months or years. Mechanically, BLE achieves its power savings by keeping the radio powered off almost all the time and waking it briefly and infrequently to transmit or listen, rather than maintaining the continuous connection classic Bluetooth requires. It uses a simpler, lighter protocol stack with smaller packet sizes and a connection model built around short connection events at configurable intervals, letting a device and its peer agree on how often they need to check in with each other based on the application's needs. BLE also supports a broadcast-only advertising mode, where a device repeatedly transmits small packets without ever forming a full connection, which is how beacons and proximity tags operate. BLE and classic Bluetooth share the same 2.4 GHz radio band and Bluetooth SIG governance but are otherwise largely separate protocol stacks optimized for opposite priorities: classic Bluetooth trades power for sustained throughput suitable for audio, while BLE trades throughput for power efficiency suitable for infrequent small data. Compared to Zigbee, another low-power wireless standard, BLE has broader native support in phones and computers without extra hardware, while Zigbee is more commonly used for mesh networks of many interconnected smart-home devices. In practice, BLE is the connectivity layer behind most wearables, wireless keyboards and mice, fitness and health sensors, proximity beacons in retail and museums, and increasingly medical devices that need years of battery life from a small cell. Phones and computers support BLE natively, which makes it the practical default whenever a low-power accessory needs to talk to a general-purpose consumer device. The main limitation of BLE is throughput and range: its data rates are far below Wi-Fi's and its typical range is measured in tens of meters at most, so it is unsuitable for anything resembling file transfer, video, or high-quality audio streaming, roles that remain the domain of classic Bluetooth or Wi-Fi. Developers must also explicitly design around BLE's connection interval trade-off, since checking in more frequently improves responsiveness at the direct cost of battery life.
Specification
- Keeps the radio powered off except for brief, infrequent transmissions
- Uses configurable connection intervals to balance power and responsiveness
- Supports a broadcast-only advertising mode for beacons and tags
- Shares the 2.4 GHz band with classic Bluetooth but uses a lighter stack
- Natively supported by most phones and computers without extra hardware
- Optimized for infrequent small data rather than sustained throughput
- Enables multi-year battery life on coin-cell-powered devices
- Distinct protocol design from classic Bluetooth despite shared branding