Confirmed users
891
edits
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) |