B2G/Bluetooth/WebBluetooth-v2

From MozillaWiki
< B2G‎ | Bluetooth
Revision as of 08:53, 20 January 2015 by Jamin Liu (talk | contribs) (Add 'Under Construction' section for Bluetooth socket)
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