B2G/Bluetooth/WebBluetooth-v2: Difference between revisions

From MozillaWiki
< B2G‎ | Bluetooth
Jump to navigation Jump to search
(Fixing link to MDN docs)
(Fixing link to MDN docs)
 
Line 40: Line 40:
== See also ==
== See also ==


* [https://developer.mozilla.org/en-US/docs/WebAPI/Web_Bluetooth_API WebBluetooth API] (MDN)
* [https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API WebBluetooth API] (MDN)
* [[WebAPI/WebBluetooth|WebBluetooth API]] (MozillaWiki)
* [[WebAPI/WebBluetooth|WebBluetooth API]] (MozillaWiki)
* [https://developer.mozilla.org/en-US/docs/Mozilla/WebIDL_bindings#Constant WebIDL Bindings] (MDN)
* [https://developer.mozilla.org/en-US/docs/Mozilla/WebIDL_bindings#Constant WebIDL Bindings] (MDN)

Latest revision as of 09:34, 10 June 2015

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