The Ultimate Guide to What's New in Bluetooth version 5.2 (2024)

Introduction

At CES 2020 (January 2020), the Bluetooth SIG introduced the latest version of Bluetooth, version 5.2. This announcement was made alongside the announcement of the next generation of Bluetooth audio, named: LE Audio.

The major change introduced in version 5.2 is a new feature called Isochronous Channels (ISOC). ISOC lays the foundation for the implementation of LE Audio in BLE devices, supporting Bluetooth 5.2 or later.

However, ISOC is not the only newly added feature in this latest version. In today’s post, we’ll look at the three major features introduced in version 5.2, two of which are not directly related to LE Audio.

The three features are:

  • Isochronous Channels (ISOC)
  • LE Power Control (LEPC)
  • Enhanced Attribute Protocol (EATT)

The Next Generation of Bluetooth Audio: LE Audio

Before we cover the Isochronous Channels feature in more detail, let’s talk a bit about LE Audio and what it means for us as both consumers and developers.

From the very start, Bluetooth technology has proven itself to be the go-to solution for wireless audio. These days, Bluetooth audio devices are everywhere from wireless speakers and vehicle infotainment systems to wireless headphones and earbuds. In fact, the most common use of Bluetooth is in streaming audio applications.

Traditionally, the Bluetooth radio used for these applications is the original Bluetooth radio commonly referred to as Bluetooth Classic or BR/EDR (Basic Rate/Enhanced Data Rate) which existed since version 1.0 of the specification. The new LE Audio, on the other hand, operated on Bluetooth Low Energy (BLE).

LE Audio not only accomplishes the same features and specifications of Bluetooth Classic but also introduces a few new features as well as improve on existing ones.

The Ultimate Guide to What's New in Bluetooth version 5.2 (1)

Here are some highlights of the new LE Audio:

  • Introduces a new high quality, low-power audio codec called the Low Complexity Communications Coded (LC3).
  • LC3 provides high quality even at lower data rates than the standard SBC codec used in Bluetooth Classic implementations.
  • Supports multiple, synchronized audio data streams. This characteristic allows the implementation of truly wireless earbuds (independent synchronized audio streams directly to each earbud: L & R) as well as broadcasting audio streams to multiple listeners.
  • Multi-stream capabilities also provide support for streaming audio streams in multiple languages. It also allows sharing of audio content whether it’s a personal use-case such as sharing with friends and family or a location-based use-case such as public venues, TVs in gyms, or public announcements in airports.
  • One of the major applications that will benefit from LE Audio is Bluetooth hearing aids. Hearing aid devices require low and efficient power consumption. Being able to utilize BLE with its efficient power consumption characteristic, hearing aids are not only able to last longer on a single charge but manufacturers are also able to make these devices smaller and more discreet.

Keep in mind that the implementation of LE Audio in devices from different manufacturers while achieving interoperability relies on multiple LE Audio profiles that are set to be released in the latter part of 2020.

1. Isochronous Channels (ISOC)

If you look up the definition of the word “Isochronous”, you’ll find that it means “occurring at the same time”. In the context of BLE, it means supporting (1) data transmissions that are time-sensitive and (2) synchronized rendering of these data streams across multiple receivers. As we mentioned earlier, this new feature serves as the foundation for LE Audio.

It introduces a new Physical channel in BLE: the Isochronous Physical Channel (ISOC), which can be used on any of the LE PHYs: the 1M, 2M PHY, and LE Coded PHY (including both s=2 and s=8 configurations).

Connection-oriented and Connectionless Communication

ISOC supports both connection-oriented and connectionless communication. In BLE terminology, this means that both connections and broadcasts are supported.

In connections, each stream is referred to as a Connected Isochronous Stream (CIS). When CISes need to be synchronized, such as ones sent to left and right earbuds, they are configured to be part of a single group referred to as a Connected Isochronous Group (CIG).

Streams that are part of the same CIG share timing reference data which is necessary for synchronized stream rendering on multiple receivers. CIGs allow bi-directional data transfer such as in earbuds that contain microphones and for sending control data to the source device.

Note that a device may create multiple Connected Isochronous Groups.

The Ultimate Guide to What's New in Bluetooth version 5.2 (2)

For connectionless communication (broadcasts), a group of synchronized streams may be used to stream data from a single source to multiple sinks. Each stream is referred to as a Broadcast Isochronous Stream (BIS). A group of BISes are referred to as a Broadcast Isochronous Group (BIG).

An example of this is a TV streamingaudio data to multiple sinks such as different individuals wearing earbuds.

Just as in the case of CIGs, a device maycreate multiple BIGs.

The Ultimate Guide to What's New in Bluetooth version 5.2 (3)

ISO Interval

The most important parameter that pertains to ISOC is the ISO Interval. It defines the interval at which Events occur. Each event is split into multiple subevents.

The ISO Interval ranges from 5 milliseconds to 4 seconds.

In Connection-oriented communication, in each subevent, the master will send a packet to the slave, and the slave will respond with a packet. In connectionless communication, however, only the master will send a packet in each subevent. In this case, these packets could either be isochronous data or broadcast control information.

Retransmissions

Data retransmissions are supported by Isochronous channels, but they differ between connection-oriented and connectionless communication. In the case of Broadcast Isochronous Streams, retransmissions are sent by the Master without influence from the slave(s), and in the case of Connected Isochronous Streams, retransmissions are sent when a Slave has not acknowledged a packet.

Also, note that retransmissions are sent on different channels than the original packet to reduce the risk of packet loss or corruption.

2. LE Power Control (LEPC)

In wireless communication, the received signal strength indicator (RSSI) can be used to estimate the distance of the receiver from a transmitter if the original transmit power is known to the receiver.

Wireless receivers have an optimal received signal strength range. Higher or lower than this range may cause issues with decoding the received signal, so the RSSI within this range provides better signal quality.

With the new LE Power Control feature (LEPC), a receiving device monitoring the level of the signal (the RSSI) from a connected device may request a change in the transmit power level used by its peer in either direction. A transmitter may also change the transmit power voluntarily and relay that information to the receiver.

Utilizing LEPC and keeping the RSSI within the optimal range of the receiver provides a few benefits including:

  • Better control over the quality of the signal.
  • Reducing error rates at the receiving end.
  • Improving coexistence with other signals in the 2.4 GHz band, including ones other than Bluetooth (such as Wi-Fi and Zigbee).

Support for this feature is optional, but if the two devices support this feature, then they must use it for power management control.

3. Enhanced Attribute Protocol (EATT)

The new Enhanced Attribute Protocol (EATT) is an upgraded version of the original Attribute Protocol (ATT).

Whereasthe original unenhanced Attribute protocol operates in a sequential manner, theEnhanced Attribute Protocol provides a way to perform concurrent/paralleltransactions between a BLE client and a server and potentially reduce thelatency of operations in some applications.

For example, this is useful on a smartphone where multiple apps may be interfacing with a Bluetooth Low Energy device. By utilizing EATT, an app’s Attribute transaction would not be blocked while another app’s ATT transaction is in progress, essentially allowing different apps to interact with a Bluetooth Low Energy device in parallel and potentially reducing latency.

The way this works is by separating the L2CAP layer Maximum Transmission Unit (MTU) from the Attribute layer’s MTU. Here’s an example to better visualize this:

The Ultimate Guide to What's New in Bluetooth version 5.2 (4)

Ifthe L2CAP layer MTU is smaller than the Attribute layer MTU, then this willcause the L2CAP layer to break up the PDUs coming from the (upper) Attributelayer into smaller chunks and interleave the PDU chunks coming from differentapplications.

In this example, we have App A that is sending a PDU larger than the L2CAP MTU size, which means it will be broken up into chunks of sizes up to the L2CAP MTU. This will allow the PDUs from App A and App B to be interleaved instead of App B’s PDU being blocked by App B’s PDU.

The last couple of things we want to mention is that:

  • The Enhanced Attribute Protocol is optional per the specification
  • It requires encryption of the connection between the two Bluetooth Low Energy devices. This makes it inherently more secure than the original unenhanced Attribute Protocol.

Summary & Closing

In this post, we reviewed the three major features introduced in the latest version of Bluetooth: version 5.2. The features are:

  • Isochronous Channels (ISOC)
  • LE Power Control (LEPC)
  • Enhanced Attribute Protocol (EATT)

💡 Want to get your Bluetooth-connected devices to market faster? Enroll in the Bluetooth Developer Academy today and get exclusive access to in-depth courses built for developers.

The Ultimate Guide to What's New in Bluetooth version 5.2 (2024)
Top Articles
Millennials Need $500K a Year To Be Happy? Here’s How Other Generations Compare
9 quick fixes for AirPods microphone that won’t work | Asurion
Hotels Near 6491 Peachtree Industrial Blvd
Whas Golf Card
Blorg Body Pillow
Washu Parking
Stretchmark Camouflage Highland Park
80 For Brady Showtimes Near Marcus Point Cinema
Chris wragge hi-res stock photography and images - Alamy
Atrium Shift Select
Camstreams Download
Globe Position Fault Litter Robot
What Does Dwb Mean In Instagram
Bc Hyundai Tupelo Ms
Kinkos Whittier
Flower Mound Clavicle Trauma
The ULTIMATE 2023 Sedona Vortex Guide
Money blog: Domino's withdraws popular dips; 'we got our dream £30k kitchen for £1,000'
Leader Times Obituaries Liberal Ks
Imagetrend Inc, 20855 Kensington Blvd, Lakeville, MN 55044, US - MapQuest
Osborn-Checkliste: Ideen finden mit System
Jellyfin Ps5
Craigslist Pet Phoenix
Https Paperlesspay Talx Com Boydgaming
Violent Night Showtimes Near Century 14 Vallejo
Wnem Tv5 Obituaries
Understanding Gestalt Principles: Definition and Examples
Walmart Pharmacy Near Me Open
Firefly Festival Logan Iowa
Big Boobs Indian Photos
Shia Prayer Times Houston
"Pure Onyx" by xxoom from Patreon | Kemono
Garrison Blacksmith's Bench
The Pretty Kitty Tanglewood
Selfservice Bright Lending
Atlantic Broadband Email Login Pronto
2008 Chevrolet Corvette for sale - Houston, TX - craigslist
Ishow Speed Dick Leak
Collier Urgent Care Park Shore
2007 Peterbilt 387 Fuse Box Diagram
Сталь aisi 310s российский аналог
Below Five Store Near Me
Free Crossword Puzzles | BestCrosswords.com
Memberweb Bw
Fairbanks Auto Repair - University Chevron
Hawkview Retreat Pa Cost
The Machine 2023 Showtimes Near Roxy Lebanon
Hdmovie2 Sbs
Adams-Buggs Funeral Services Obituaries
15:30 Est
Saw X (2023) | Film, Trailer, Kritik
Www.card-Data.com/Comerica Prepaid Balance
Latest Posts
Article information

Author: Trent Wehner

Last Updated:

Views: 5869

Rating: 4.6 / 5 (56 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Trent Wehner

Birthday: 1993-03-14

Address: 872 Kevin Squares, New Codyville, AK 01785-0416

Phone: +18698800304764

Job: Senior Farming Developer

Hobby: Paintball, Calligraphy, Hunting, Flying disc, Lapidary, Rafting, Inline skating

Introduction: My name is Trent Wehner, I am a talented, brainy, zealous, light, funny, gleaming, attractive person who loves writing and wants to share my knowledge and understanding with you.