B2G/WebBluetooth-API-v2: Difference between revisions
< B2G
Jump to navigation
Jump to search
| 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. | 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/BluetoothManager BluetoothManager] object. | ||
=== Interfaces === | === Interfaces === | ||
* BluetoothManager | * [https://wiki.mozilla.org/B2G/BluetoothManager BluetoothManager] | ||
* BluetoothAdapter | * [https://wiki.mozilla.org/B2G/BluetoothAdapter BluetoothAdapter] | ||
* BluetoothDevice | * [https://wiki.mozilla.org/B2G/BluetoothDevice BluetoothDevice] | ||
* [https://wiki.mozilla.org/B2G/BluetoothClassOfDevice BluetoothClassOfDevice] (CoD) | |||
Revision as of 02:05, 25 February 2014
API Overview
The main entry point for the API is the navigator.mozBluetooth property, which returns a BluetoothManager object.