Description
About WebBluetooth Test
Introduction
This page checks Web Bluetooth support and can show the browser’s BLE device picker. Safari and Firefox often lack this API. The page does not keep a Bluetooth data session open.
What this tool does
It reports availability and can request a device with your gesture. It does not stream sensor data or pair permanently beyond what the browser prompt does.
When to use it
Use it to confirm Chromium Web Bluetooth presence before building or troubleshooting a BLE web demo.
How it works
Supported: Chrome/Edge on many desktop and Android builds (HTTPS, BLE hardware). Unsupported: Safari and most Firefox builds. Why: Bluetooth access is sensitive and unevenly implemented. Permissions: you approve a device in the picker. Hardware: Bluetooth LE adapter and a nearby BLE device for the picker. Expected: available/unsupported, optional picker, no ongoing connection from this page.
Step-by-step instructions
- Open the page in Chrome or Edge with Bluetooth on.
- Read availability.
- Optionally request a device, then cancel or dismiss.
Common problems
Unsupported on Safari is common. Desktop without BLE hardware cannot discover devices.
Privacy explanation
No GATT data is read or uploaded by this tool.