Bluetooth Technology

Bluetooth is a short-range wireless technology standard for exchanging data between fixed and mobile devices over short distances using UHF radio waves in the ISM bands near 2.4–2.485 GHz, specifically the 2400–2483.5 MHz range. It is primarily designed for low-cost, low-power connectivity with a range of approximately 10 meters (Class 2) to 100 meters (Class 1).

Core Architecture & Protocols

  • Physical Layer (PHY): Uses Frequency-Hopping Spread Spectrum (FHSS) to mitigate interference and enable simultaneous links.
  • Baseband Protocol: Handles packet switching, link management, and power saving.
  • Link Manager Protocol (LMP): Manages connection setup, authentication, and encryption.
  • Logical Link Control and Adaptation Protocol (L2CAP): Multiplexes higher-level protocols, handles segmentation/reassembly.

Versions & Profiles

  • Classic Bluetooth (BR/EDR): Higher throughput, used for audio streaming (A2DP), file transfer (OBEX).
  • Bluetooth Low Energy (BLE): Ultra-low power consumption, intermittent data transfer, widely used in IoT, wearables, and beacons.
  • Bluetooth Mesh: Enables star topology networks for large-scale IoT deployments.

Security & Privacy Implications

Bluetooth security relies on pairing and encryption (AES-CBC-MAC). However, proximity-based tracking via BLE has raised significant privacy concerns regarding surveillance and data protection.

Key Use Cases

  • Wireless peripherals (mice, keyboards, headphones).
  • Health devices (hearables, fitness trackers).
  • Smart home/IoT sensors.
  • Payment systems (NFC often builds on or mimics BLE protocols for proximity).
  • Wi-Fi: Competing wireless standard, higher bandwidth, higher power.
  • NFC: Shorter range, specific interaction model.
  • Zigbee: Alternative mesh networking protocol.