BluetoothManager.getDefaultAdapter()

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

This API is available on Firefox OS for internal applications only.

Summary

The getDefaultAdapter method is used to retrieve the default adapter used to connect the device to third-party Bluetooth devices.

Each time a new adapter is plugged into the device, it becomes the new default adapter. Usually, a Firefox OS device has only one adapter available.

Syntax

JavaScript
var request = navigator.mozBluetooth.getDefaultAdapter();

Returns

A DOMRequest object to handle the success or error of the operation. In case of success the request's result is a BluetoothAdapter object.

Specification

Not part of any specification yet. It should be discussed as part of the W3C's System Applications Working Group.

See also

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/bluetoothmanager/getdefaultadapter

API Method Reference Référence Web Bluetooth WebAPI