Consulting Services
generalMicros

Why it’s called Bluetooth Stack

Bluetooth has several protocol layers which form the Blue‐tooth protocol stack.
Controller and host stacks are the two main stacks in Bluetooth, where the controller stack contains the radio interface part, and the host stack deals with the high level data.
Controller stack functionality includes (not limited to): CRC generation and verification, AES encryption and preamble, access address, and air protocol framing.

If the controller stack is separated physically then an HCI layer (Host Controller Interface) will handle the communication between the host stack and controller stack. Mostly, it will be using USB or UART (using AT commands).

You can find in the market 2 types of Bluetooth solutions: 1- SoC: A single IC runs the application, the host, and the controller.
2- Dual IC over HCI: One IC runs the application and the host and interface using HCI with a second IC contains the controller (physical layer).

Bluetooth Protocol Stack
Bluetooth Protocol Stack. Image courtesy of THE BLUETOOTH REVOLUTION-Michael Trieu

The well known nrf51822 IC is an example of SoC type, and HC-05 is an example of dual IC over HCI type.

finally, several Bluetooth stacks are there: BlueZ for Linux, BlueDroid for Android and Apple has its own one.

Yahya Tawil

مؤسس عتاديات وأسعى لدعم المحتوى العربي عن النظم المضمنة في الويب العربي. خبرتي في مجال النظم المضمّنة تتركز في كتابة البرامج المضمنة وتصميم الدارات المطبوعة والمخططات وإنشاء المحتوى.

2 Comments

  1. This article does not explain what a bluetooth stack is. It starts with:

    Bluetooth has several protocol layers which form the Blue‐tooth protocol stack.

    That is a circular reference. If I were grading this paper, I would give it an incomplete. And it’s too nerdy. This will make no sense to the average computer user, and a help article is supposed to be, you know, helpful.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button