B2G/Bluetooth/WebBluetooth-v2: Difference between revisions

From MozillaWiki
< B2G‎ | Bluetooth
Jump to navigation Jump to search
Line 29: Line 29:
* [[B2G/Bluetooth/WebBluetooth-v2/Discussion/2014-04-03|2014-04-03]]
* [[B2G/Bluetooth/WebBluetooth-v2/Discussion/2014-04-03|2014-04-03]]
* [[B2G/Bluetooth/WebBluetooth-v2/Discussion/2014-04-14|2014-04-14]]
* [[B2G/Bluetooth/WebBluetooth-v2/Discussion/2014-04-14|2014-04-14]]
== Use Cases ==


== Implementation ==
== Implementation ==

Revision as of 09:21, 7 November 2014

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