B2G/Bluetooth/WebBluetooth-v2: Difference between revisions

From MozillaWiki
< B2G‎ | Bluetooth
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== API Overview ==
== API Overview ==


The main entry point for the API is the [https://developer.mozilla.org/en-US/docs/Web/API/window.navigator.mozBluetooth navigator.mozBluetooth] property, which returns a [https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothManager BluetoothManager] object.
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 [https://developer.mozilla.org/en-US/docs/Web/API/window.navigator.mozBluetooth navigator.mozBluetooth] property, which returns a [https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2/BluetoothManager BluetoothManager] object.


== Interfaces ==
== Interfaces ==

Revision as of 10:47, 25 February 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.

Interfaces

See also