• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
B2G OS
  1. MDN
  2. Archive of obsolete content
  3. B2G OS
  4. B2G OS APIs
  5. BluetoothManager (Firefox OS)
  6. BluetoothManager.getDefaultAdapter()

BluetoothManager.getDefaultAdapter()

In This Article
  1. Summary
  2. Syntax
    1. Returns
  3. Specification
  4. See also

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

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

  • BluetoothManager
  • BluetoothAdapter
  • Web Bluetooth

Document Tags and Contributors

Tags: 
  • API
  • Method
  • Non Standard
  • Reference
  • Référence
  • Web Bluetooth
  • WebAPI
 Contributors to this page: chrisdavidmills, fscholz, Jamin_Liu, kscarfone, Jeremie
 Last updated by: chrisdavidmills, Feb 27, 2017, 2:37:08 AM
See also
  1. Web Bluetooth API
  2. Archive
  3. Related pages for Bluetooth API
    1. BluetoothAdvertisingData
    2. BluetoothDevice
    3. BluetoothGATTCharacteristic
    4. BluetoothGATTDescriptor
    5. BluetoothGATTRemoteServer