Bluetooth® Low Energy Channels

As described in the physical layer, Bluetooth® Low Energy (BLE) uses 40 channels, divided into two types. A frequency hopping scheme is implemented for robust operation.

Channels

There are two types of link layer channels: advertising channels and data channels:

ble-phy-channel-assignment.png

Advertising Channel Usage

  • Device discovery
  • Connection establishment
  • Broadcast transmissions

Data Channel Usage

  • Bidirectional communication between connected devices
  • Adaptive frequency hopping used for subsequent connection events

(Adaptive) Frequency Hopping

When in a data connection, a frequency hopping algorithm is used to cycle through the 37 data channels:

(1)
\begin{align} {f}_{n+1} = \left({f}_{n} + hop \right) mod\, 37 \end{align}

Where fn+1 is the frequency (channel) to use on the next connection event and hop is a value that can range from 5-16 and is set when the connection is created. It is added onto the last frequency module 37.

The following diagram depicts three active BLE connections, showing the frequency hopping sequence (frequency hopping on Link 3 is outlined for clarity):

frequency-hopping.png

The diagram shows that frequency hopping provides a robust method for maintaining a connection in the presence of interference or many other devices in the radio range.

Adaptive Frequency Hopping
This mechanism is used by the link layer to remap a given packet from a known bad channel to a known good channel so that interference from other devices (i.e., Wi-Fi®) is reduced.

Suppose, for example, that a BLE device is in the same area as several Wi-Fi networks on channels 1, 6, and 11. The BLE device would mark channels 0-8, 11-20, and 24-32 as bad channels. This means that when the two devices are communicating, they would cycle through the channels and remap these channels to a set of good channels as shown:

adaptive-frequency-hopping.png
© 2024 Microchip Technology, Inc.
Notice: ARM and Cortex are the registered trademarks of ARM Limited in the EU and other countries.
Information contained on this site regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer's risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights.