B2G/WebBluetooth-API-v2: Difference between revisions

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.mozBluetoothh navigator.mozBluetooth] property, which returns a BluetoothManager object.
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)
Confirmed users
891

edits