B2G/Bluetooth/WebBluetooth-v2

From MozillaWiki
< B2G‎ | Bluetooth
Revision as of 09:34, 10 June 2015 by Chrisdavidmills (talk | contribs) (Fixing link to MDN docs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

API Overview

The Web Bluetooth API allows to discover, pair, and connect to bluetooth devices. As it is a completely experimental and non-standard API, it is currently available for certified applications only. The main entry point for the API is the navigator.mozBluetooth property, which returns a BluetoothManager object.

  • Intro slides: pdf

Interfaces

Discussion

Use Cases

Implementation

See also

Google Bluetooth APIs

Under Construction