Jump to content

Bluetooth

From VR & AR Wiki

Bluetooth is a short-range wireless communication standard for exchanging data and audio between devices over the unlicensed 2.4 GHz industrial, scientific and medical (ISM) radio band. It was created to replace the cables that connected portable and fixed electronics, and it is maintained by the Bluetooth Special Interest Group (SIG), a trade association that publishes the specifications, holds the Bluetooth trademarks, and runs the device qualification program.[1][2]

In virtual reality (VR) and augmented reality (AR), Bluetooth is the radio link used for many low-bandwidth peripherals and for some wireless audio. Motion controllers, gamepads, keyboards, pointing devices and fitness accessories pair to headsets over Bluetooth, and the open-ear speakers in smart glasses such as Ray-Ban Meta stream audio from a phone over a Bluetooth link.[3][4] Bluetooth is generally avoided for the audio inside a VR game because its latency is too high for tightly synchronized sound, a limitation the standard's low-latency LE Audio profile is intended to reduce.[5]

Name and origin

The technology grew out of work begun at Ericsson in 1994 on a short-range radio to connect mobile phones to accessories. In 1996 Intel, Ericsson and Nokia met to plan a single standard for short-range wireless connectivity across different industries.[2] Jim Kardach of Intel proposed "Bluetooth" as a temporary code name at that meeting. The name comes from the 10th-century Danish king Harald "Bluetooth" Gormsson, who united Denmark and Norway in 958; Kardach drew the analogy that the king "was famous for uniting Scandinavia just as we intended to unite" the computing and mobile-phone industries with a short-range wireless link. The king is said to have earned the nickname from a dead tooth with a dark blue or grey color.[2]

The code name was meant to be a placeholder until marketing chose a final brand. The two candidates were "RadioWire" and "PAN" (Personal Area Networking), but PAN returned too many existing references in searches and the trademark search for RadioWire could not be completed before launch, so "Bluetooth" became the default and stayed.[2] The Bluetooth logo is a bind rune that merges the Younger Futhark runes Hagall and Bjarkan, the initials of Harald Bluetooth.[2]

The Bluetooth SIG was formed in May 1998 by Ericsson, IBM, Intel, Nokia and Toshiba.[6] Version 1.0A of the specification was published in 1999, and early 1.0A and 1.0B products had interoperability problems between vendors. Bluetooth 1.1 was ratified as IEEE standard 802.15.1 in 2002, which defined the physical and media-access layers for a wireless personal area network.[7][6]

How it works

Bluetooth radios operate in the 2.4 GHz ISM band, using the range from about 2.402 GHz to 2.480 GHz.[1] To coexist with Wi-Fi and other devices that share this crowded band, Bluetooth transmits at low power and uses frequency-hopping spread spectrum, rapidly switching the carrier frequency rather than staying on one channel. Classic Bluetooth hops up to 1,600 times per second, and from version 1.2 it uses adaptive frequency hopping, which avoids channels that are already busy.[1][7]

The standard now has two distinct radio systems that share the band:

  • Bluetooth Classic, also called Basic Rate / Enhanced Data Rate (BR/EDR), uses 79 channels spaced 1 MHz apart. It supports data rates of 1 Mb/s with the basic rate, and 2 Mb/s or 3 Mb/s with Enhanced Data Rate. It is used mainly for continuous, point-to-point links such as wireless audio streaming.[1]
  • Bluetooth Low Energy (LE, sometimes BLE), introduced with version 4.0, uses 40 channels spaced 2 MHz apart, with 3 of them reserved for advertising and 37 for data. It supports physical-layer rates of 125 kb/s, 500 kb/s, 1 Mb/s and 2 Mb/s, and is designed for devices that send small amounts of data and need to run for a long time on a small battery, such as a coin cell. LE supports point-to-point, broadcast and mesh topologies.[1][7]

Functions are organized into profiles, which are agreed specifications for a particular use. The Human Interface Device (HID) profile carries input from keyboards, mice, joysticks and game controllers over a low-latency link, and is closely modeled on the USB HID protocol; over Bluetooth Low Energy the equivalent input is carried using the Generic Attribute Profile (GATT). The Advanced Audio Distribution Profile (A2DP) streams stereo audio from a source such as a phone to a headset, and the Hands-Free Profile (HFP) handles call audio and control.[8]

Version history

Each release of the specification is published by the Bluetooth SIG. The table below lists the major versions and the main feature each introduced.

Version Year adopted Main change
1.0 / 1.0B 1999 First release; products often not interoperable between vendors
1.1 2001 Fixed many version 1.0 errors; later ratified as IEEE 802.15.1-2002
1.2 2003 Adaptive frequency hopping (AFH) to reduce interference
2.0 + EDR 2004 Enhanced Data Rate for faster transfers (up to 3 Mb/s)
2.1 + EDR 2007 Secure Simple Pairing (SSP)
3.0 + HS 2009 High-speed data over a co-located 802.11 link
4.0 2010 Bluetooth Low Energy (a new low-power protocol stack)
4.1 2013 Coexistence with LTE; software improvements
4.2 2014 Larger LE packets and Internet of Things features
5.0 2016 Higher LE throughput and longer LE range
5.1 2019 Direction finding (Angle of Arrival and Angle of Departure)
5.2 2020 LE Audio framework with the LC3 codec
5.3 2021 Connection subrating and reliability improvements
5.4 2023 Periodic advertising with responses (PAwR)
6.0 2024 Channel Sounding for distance measurement

Bluetooth 5.0 doubled the available throughput of Low Energy or, in a separate mode, increased its range, with the SIG and others citing figures from roughly 40 m up to several hundred meters depending on the mode and environment.[7][9]

LE Audio

LE Audio is an audio framework that runs on Bluetooth Low Energy and was introduced with the version 5.2 specification. It uses a new codec, the Low Complexity Communications Codec (LC3). According to Fraunhofer IIS, which co-developed LC3, the codec gives better audio quality than the SBC codec used with Classic Audio even at half the bit rate, which lets a device trade the saving for longer battery life or a smaller battery.[10] LE Audio adds multi-stream audio, which sends several synchronized streams to devices such as a pair of independent earbuds; native support for hearing aids; and Auracast broadcast audio, in which one source broadcasts to an unlimited number of receivers for uses such as sharing audio or assistive listening in public venues.[10] Wikipedia describes LE Audio's lower minimum latency, on the order of 20 to 30 ms, against roughly 100 to 200 ms for Classic Bluetooth audio.[7]

Direction finding and distance measurement

Bluetooth 5.1 added direction finding, which lets a receiver estimate the angle to a transmitter using a multi-element antenna array and a constant tone extension in the packet. The two methods are Angle of Arrival (AoA), where the locator has the antenna array, and Angle of Departure (AoD), where the transmitter has it. Commercial AoA positioning systems are reported to reach sub-meter accuracy indoors, much finer than the 2 to 5 m typical of older received-signal-strength fingerprinting.[11][12] Bluetooth 6.0, adopted in 2024, added Channel Sounding, which measures the distance between two devices using phase-based ranging and round-trip timing across multiple channels, reported to reach decimeter-level accuracy.[13] These positioning features address proximity and ranging rather than the high-rate six-degrees-of-freedom pose tracking that VR headsets compute from cameras and inertial sensors, so they are not used for headset or controller tracking.

Use in virtual and augmented reality

Bluetooth in VR and AR carries low-bandwidth control data and, increasingly, audio, while the heavier traffic such as video streaming to a standalone headset uses Wi-Fi instead.

Controllers and input

Handheld VR controllers connect to their headset or host phone wirelessly, and several use Bluetooth or Bluetooth Low Energy for that link. The 3-degrees-of-freedom controller that shipped with Google's Daydream platform in November 2016 and the Samsung Gear VR Controller that followed in April 2017 both paired over Bluetooth; the Gear VR controller is detectable with standard Bluetooth Low Energy scanning tools.[14][15] A patent describing a Meta Quest-style handheld controller states that its wireless transmission unit may use either a 2.4 GHz protocol or Bluetooth Low Energy, streaming the controller's inertial measurement unit data at 90 Hz or more.[16]

Headsets also accept ordinary Bluetooth input peripherals. Meta Quest headsets officially support pairing gamepads, keyboards, fitness accessories and Bluetooth headphones.[3] visionOS on the Apple Vision Pro connects most Bluetooth keyboards and the Apple Magic Trackpad, although it requires built-in (non-removable) batteries, and it accepts game controllers carrying Apple's Made for iPhone (MFi) designation, including Xbox and PlayStation gamepads.[17]

Pairing workflow

Because a headset worn over the eyes cannot easily run a discovery and pairing screen, some systems move the step to a companion phone. Meta Quest Touch controllers are paired through the Meta Horizon mobile app rather than from inside the headset: the user adds a new controller in the app, then holds a button combination on the controller until its LED blinks and connects. Once paired, the controllers reconnect automatically each time the headset is turned on nearby.[18]

Audio

Audio is the most constrained Bluetooth use in VR. Classic Bluetooth audio adds enough delay that sound can fall out of sync with on-screen action, which matters in rhythm games and can contribute to discomfort, so wired headphones or a headset's built-in speakers are usually recommended for gameplay.[5] Some recent VR headsets ship without a 3.5 mm headphone jack, which pushes users toward either built-in audio or wireless options.[19]

Meta added Bluetooth LE Audio support to Quest headsets in a software update in May 2025. With LE Audio-capable headphones, a user can switch the connection into a low-latency mode; Meta warns that on opening an immersive game there is a brief disconnection and loss of audio while the link is reconfigured, after which the headphones reconnect within a couple of seconds.[19] Meta's support material still notes that a Bluetooth audio device may produce delayed audio unless it is a product made specifically for Quest, such as the Anker Wireless VR Earbuds.[3]

Smart glasses

For smart glasses that pair with a phone rather than run heavy local rendering, Bluetooth is the main link. The Ray-Ban Meta glasses connect to a smartphone over Bluetooth to play music, podcasts and call audio through directional open-ear speakers placed above the ears, and to handle hands-free calling with the built-in microphones.[4][20] Because such audio is for listening to media and calls rather than synchronized game sound, Bluetooth's latency is not the obstacle it is for in-game VR audio.

References

  1. 1.0 1.1 1.2 1.3 1.4 "Bluetooth Technology Overview". https://www.bluetooth.com/learn-about-bluetooth/tech-overview/.
  2. 2.0 2.1 2.2 2.3 2.4 "Origin of the Name". https://www.bluetooth.com/about-us/bluetooth-origin/.
  3. 3.0 3.1 3.2 "Connect a compatible Bluetooth device to Meta Quest headsets". https://www.meta.com/help/quest/3263186127339632/.
  4. 4.0 4.1 "Open ear audio and Bluetooth on AI glasses". https://www.meta.com/ai-glasses/listen-open-ear-audio/.
  5. 5.0 5.1 "Want a Better VR Experience? Ditch the Bluetooth Headphones". https://www.howtogeek.com/want-a-better-vr-experience-ditch-the-bluetooth-headphones/.
  6. 6.0 6.1 "A little history of Bluetooth: Everything you need to know". https://www.androidauthority.com/history-bluetooth-explained-846345/.
  7. 7.0 7.1 7.2 7.3 7.4 "Bluetooth". https://en.wikipedia.org/wiki/Bluetooth.
  8. "List of Bluetooth profiles". https://en.wikipedia.org/wiki/List_of_Bluetooth_profiles.
  9. "Bluetooth 1.0 to 6.0 explained: How do Bluetooth versions differ from each other?". https://www.androidauthority.com/bluetooth-versions-3488170/.
  10. 10.0 10.1 "Bluetooth LE Audio". https://www.bluetooth.com/learn-about-bluetooth/recent-enhancements/le-audio/.
  11. "Direction Finding". https://www.bluetooth.com/learn-about-bluetooth/feature-enhancements/direction-finding/.
  12. "BLE Direction Finding: AoA and AoD for Indoor Positioning". https://blefyi.com/guide/direction-finding/.
  13. "Bluetooth 6.0 Channel Sounding: True Distance Awareness Between Devices". https://www.minew.com/bluetooth-6-channel-sounding/.
  14. "Gear VR Controller Reverse Engineering". https://jsyang.ca/hacks/gear-vr-rev-eng/.
  15. "Connect Samsung Gear VR Controller via Bluetooth". https://www.samsung.com/hk_en/support/mobile-devices/connect-samsung-gear-vr-controller-via-bluetooth/.
  16. "Handle controller (US Patent 11,712,619)". https://image-ppubs.uspto.gov/dirsearch-public/print/downloadPdf/11712619.
  17. "Use Bluetooth accessories with your Apple Vision Pro". https://support.apple.com/en-us/118516.
  18. "Pair and unpair Meta Quest Touch controllers". https://www.meta.com/help/quest/967070027432609/.
  19. 19.0 19.1 "Will wireless Bluetooth headphones work on Quest 3 or 3S?". https://www.androidcentral.com/gaming/virtual-reality/will-bluetooth-headphones-work-on-quest-3.
  20. "Ray-Ban Meta AI Glasses". https://www.meta.com/ai-glasses/ray-ban-meta/.